whiteblazer01
New member
- Joined
- Jun 11, 2003
- Messages
- 1
I want to connect to an Access Database w/VB.Net. I want to (mostly) view, edit, and update the database through VB.net. I need a good book or tutorial that show VISUALLY (hence the name visual basic) how to connect. I cant handle these dataset.odbc.field = this.that.showmehowtodoitwithobjects!!!
i.e.
To connect to a database, put an instance of _____ on the form
edit these properties
To Assign a text box the value of a field from your database, put an instance of a text box on the form, edit the properties, and put the value to the field.
That is what I need.
Thanks!!!!
i.e.
To connect to a database, put an instance of _____ on the form
edit these properties
To Assign a text box the value of a field from your database, put an instance of a text box on the form, edit the properties, and put the value to the field.
That is what I need.
Thanks!!!!
Last edited by a moderator: