PiranhaTheShadowHero
Member
Hi people!
I've had a look at the existing threads, but either they don't quite match my question or I'm being way too blind and n00b like to understand.
My task:
Creating a library system using VB.Net and MS Access.
My problem: I can't figure out what I have to do in order to update the table with a new record (or even an existing record for that matter) that I've entered in the datagrid.
The book I used for a tutorial suggested that all I had to do was type "OleDbDataAdapter1.Update(DataSet1)" [yeah, I know, naming conventions.... I'll do it later ] but this clearly doesn't do the trick.
I'm fairly new to using Access even by itself, but I'm happy that I've managed to get the program to show in the datagrid what's contained in the tables.
Once I've got this problem solved, the rest of the database aspect will be a piece of cake, but I expect I'll be posting to ask about that barcode reader....
Thanks in advance!
P
I've had a look at the existing threads, but either they don't quite match my question or I'm being way too blind and n00b like to understand.
My task:
Creating a library system using VB.Net and MS Access.
My problem: I can't figure out what I have to do in order to update the table with a new record (or even an existing record for that matter) that I've entered in the datagrid.
The book I used for a tutorial suggested that all I had to do was type "OleDbDataAdapter1.Update(DataSet1)" [yeah, I know, naming conventions.... I'll do it later ] but this clearly doesn't do the trick.
I'm fairly new to using Access even by itself, but I'm happy that I've managed to get the program to show in the datagrid what's contained in the tables.
Once I've got this problem solved, the rest of the database aspect will be a piece of cake, but I expect I'll be posting to ask about that barcode reader....
Thanks in advance!
P