Is it possible to make a statement where you can import selected tables from a different datasource?
Something like
INSERT INTO mysqltable
SELECT * FROM odbctable
Where "odbctable" connects through a connection string in de ODBC manager of Windows.
I know of a MySQL ODBC driver, but can MySQL communicate with ODBC itself on a Windows platform the other way around?
Thanks for your help!
Something like
INSERT INTO mysqltable
SELECT * FROM odbctable
Where "odbctable" connects through a connection string in de ODBC manager of Windows.
I know of a MySQL ODBC driver, but can MySQL communicate with ODBC itself on a Windows platform the other way around?
Thanks for your help!