MySQL to MS Access
问题 For some time we've been retrieving data from a remote MS Access database and copy its contents to a local Access DB with a simple SELECT * INTO query. However we're currently in a migration process which requires to retrieve data from the MySQL database and copy it to the local Access DB, thus the aforementioned query won't work here for obvious reasons. Now seeing as I can't use any external programs and are only allowed to write in VB.NET, my method to transfer the data over is by using