grip003
Well-known member
I am having difficulty writing a very simple program to convert a MySQL database into an Access database (who would ever want to do this, but unfortunately I have to). Everything is working, except that the database is so big that I am having memory problems. It seems like the problem comes from using a string to build insert statements for the access database. So, I tried using a StringBuilder instead, and that seemed to use even more memory. Can anyone help me?