Importing data from MySql

mihabaki

Registered User.
Local time
Today, 03:49
Joined
Jul 14, 2005
Messages
48
Hi,

is there any other way to import data from a MySql database then via MyODBC I'm experiencing quite some problems with it (v3.51.12)? , especially with character coding...

thx
Miha
 
Pat Hartman said:
I have never used MySQL but it probably has the ability to export to .csv files. You can then import the .csv file into Access.

It does have this ability (at least to .txt), but I'm looking for something more "real-time" - like ODBC. The import is to be made too frequent for doing it manually...

Can I do it thru MDAC ???
 
Is there any other free driver then MyODBC?
 
It's fixed now. The problem was that on the server (mysql) there was a very short timeout setting. I changed it and now MyODBC works just fine.

Thank you for the help,
m.
 

Users who are viewing this thread

Back
Top Bottom