Hello,

I started using OO Base with ODBC and MySQL. It was slow to the point of being unusable, and I almost gave up. However, I found that if I use the IP address of the database server rather than the hostname, things go much faster.

What I did was edit the /etc/odbc.ini and put the IP for the Server field, like this:

[MySQL-test]
Description     = MySQL database test
Driver          = MySQL
Server          = 10.16.5.37
Database        = test
Port            = 3306

In case someone else has the same problem, they can try this. If I was using DHCP, I would not know how to solve it, so it'd be nice if a developer could shed some light on this problem.

Thanks,
Martin

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to