Importing access with code..
Posted by: Dennis Bijlsma
Date: September 19, 2006 08:42AM

Hello all,

I am new to mysql and I have problems importing access db through code.. It works but IT IS SO SLOW..
How do I do it...
First I create a dataset with the values from the access database then I make a copy of this dataset to another dataset. Then I make a connection to the mysql server and also create a dataadapter. Then I update this datadater with the copied dataset. datadaptermysql.update(copydataset). Here the problems start this line takes 30 seconds for 1000 records..

I also have a program that does the import for me and he needs 2 seconds for the same database..

MY QUESTION IS:
Is there a better and faster way to import from access to mysql with code???

I hope you can help me.. Please give examples...

Dennis

Options: ReplyQuote


Subject
Written By
Posted
Importing access with code..
September 19, 2006 08:42AM


Sorry, you can't reply to this topic. It has been closed.

Content reproduced on this site is the property of the respective copyright holders. It is not reviewed in advance by Oracle and does not necessarily represent the opinion of Oracle or any other party.