Newbie here - So I apologise in advance if the answer is straight forward...
I have a datagridview that is bound to a datatable. This datatable is created programatically and NOT bound to a database table.
How do I save the data that I've added to the datatable (dtGridData) to the Database Table that has the the same structure?
Any help would be greatly appreciated.
Oh, one other question; How do you set a datagrids' column to a particular Type? e.g. Integer (specifically the mysql table is Decimal(10,0)) TIA.
Rory
I have a datagridview that is bound to a datatable. This datatable is created programatically and NOT bound to a database table.
How do I save the data that I've added to the datatable (dtGridData) to the Database Table that has the the same structure?
Any help would be greatly appreciated.
Oh, one other question; How do you set a datagrids' column to a particular Type? e.g. Integer (specifically the mysql table is Decimal(10,0)) TIA.
Rory