Hi guys,
I am doing this for the first time, writing code for SQL Server from Visual Basic. Please I will like to know how to do the following
i. Binding data from SQL server to VB forms
ii. Making Changes to the form and determining when the form has changes.
iii. Saving a new record on the form to the database table
iv. editing/deleting a record
v. Navigating to next, previous, first & last record.
-----------
Note, I have already created a database with the table(s) ands views. I can connect to the database from my application.
Please I will appreciate if I can be directed to forum/URL/on-line books that deals with data manipulation; using VB and SQL.

Visual Basic & SQL Server
tyler000
I would highly suggest running a search on these forums as there are many many examples/samples on how to do what you are asking :-)
Also if you haven't already, and you are using VBExpress, register VBExpress as you will recieve e-books and video's on how to do things like this and probably is a good way to start for you.