Hello,
I am new to database programming in vb.net. Maybe you can help me. I want to do the following:
- Create a new ACCESS DATABASE
- Fill the ACCESS DATABASE with data from a treeView + a column, where I can see the state of the checkboxes of each item
- The points above in the other way --> reading the data out
Thank you
juvi

Need help with Database programming...
TGrunwald
In creating a access database. if you want your program to do it for you, then you must have an empty accesss file as a template. Create it in Microsoft Access. connect to the database using a OleDbConnection and from there just execute CREATE TABLE t-sql commands to create your tables. On data creation and retrieving. Please refer to the MSDN docs on how to use ADO .Net. Here's a link that might guide you through.
cheers,
Paul June A. Domag