htrada Posted June 9, 2004 Posted June 9, 2004 Hi, Ive got some datatables in my aplication wich save temporary data. This data is then added to an access .mdb database wich has. I know how to insert a new row in the .mdb file with the SQL commant INSERT INTO. Is there a way to automatically update the .mdb file with the data from my datatable???. Instead of using for-to-next and inserting the rows individually??. Thanks bye Hernan Quote
Moderators Robby Posted June 10, 2004 Moderators Posted June 10, 2004 You can use the Update method of the DataAdapter Quote Visit...Bassic Software
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.