B BukHix Registered User. Local time Today, 11:11 Joined Feb 21, 2002 Messages 379 Sep 8, 2006 #1 Does anybody have some sample code or a turorial for exporting a datagrid into an Access database table?
Does anybody have some sample code or a turorial for exporting a datagrid into an Access database table?
Ron_dK Cool bop aficionado Local time Today, 17:11 Joined Sep 5, 2002 Messages 2,141 Sep 9, 2006 #2 Might this help : http://samples.gotdotnet.com/quickstart/aspplus/doc/webdataaccess.aspx
skea Registered User. Local time Today, 18:11 Joined Dec 21, 2004 Messages 342 Oct 6, 2006 #3 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.
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.