These codes are killing me!!!!

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!!!!

:confused: :confused: :confused: :confused: :confused:
 
Last edited by a moderator:
Open Server Explorer, connect to a database, drag-and-drop database on to form. Then drop a DataGrid on to the form and bind it to one of the tables. If you need further assistance try searching google for a tutorial.

VB.NET is no longer the language it used to be in VB6. If you want to do anything of use with it youll have to actually learn how to program.
 
Back
Top