BukHix
09-08-2006, 02:59 PM
Does anybody have some sample code or a turorial for exporting a datagrid into an Access database table?
|
View Full Version : Export Datagrid into an Access table BukHix 09-08-2006, 02:59 PM Does anybody have some sample code or a turorial for exporting a datagrid into an Access database table? Ron_dK 09-08-2006, 11:00 PM Might this help : http://samples.gotdotnet.com/quickstart/aspplus/doc/webdataaccess.aspx skea 10-05-2006, 08:35 PM create a datatable from the datasource of the datagrid then, execute an INSERT SQL statement into the table, for all the rows in the datatable. |