sorry all!
I used
vb.net 2003 to load a formated EXCEL file into a datagird in
VB.net form, then changed values on datagird, how can i save all to database(MS Access).
because of loading database into datagird from a excel file, i can not use Dataset and OleDbDataAdapter to insert or update datagird to my database (Access)
I tried to use OleDbConnection, OleDbDataAdater, Dataset to load data from Excel file through Provider For ODBC Drivers, but connect Error
Pls Help me somes samples!