Hello all, first of all i will have to state that i am not really a VBA person
i am a little confused by this simple matter.
I have a MySQL server and am able to talk to it now via DAO. What i wanted to do is to be able to import a recordset from the MySQL server and store it in a local Access table, and also the inverse of that. I wanted to use DAO (or ADO if needed, but i dont know anything about ADO) to manage the MySQL data, and didnt want to link the tables in Access.
A simple solution would be opening both the tables in DAO and processing the recordset line by line, but i was looking for a faster smarter way using the SQL engine(s) to do the work as this solution would probabbly by way too slow.
If anyone could point me in the direction to do this i would be greatful.
Andy.
I have a MySQL server and am able to talk to it now via DAO. What i wanted to do is to be able to import a recordset from the MySQL server and store it in a local Access table, and also the inverse of that. I wanted to use DAO (or ADO if needed, but i dont know anything about ADO) to manage the MySQL data, and didnt want to link the tables in Access.
A simple solution would be opening both the tables in DAO and processing the recordset line by line, but i was looking for a faster smarter way using the SQL engine(s) to do the work as this solution would probabbly by way too slow.
If anyone could point me in the direction to do this i would be greatful.
Andy.