Query in a different DB

Discussion of open issues, suggestions and bugs regarding usage of dbExpress drivers for MySQL in Delphi and C++Builder
Post Reply
ale.capu
Posts: 10
Joined: Fri 21 Nov 2008 17:51

Query in a different DB

Post by ale.capu » Fri 21 Nov 2008 17:59

Hello,
I've just downloaded your "dbExpress driver for MySQL" release 4.40.0.11. During DB connection I use a TEST1DB database name but some other query use another DB like this:

SELECT * FROM TEST2DB.testtable;

I can't change db with "USE xxxx" command; I need to left DB on TEST1DB.

With this trial I have this error:
DBX Error: Error Code: 65535

This same code was working with a dbExpress driver for MySQL release 3. Now would like to buy component upgrade but it doesn't work !

Tnk. Best regards,
Alessandro

Dimon
Devart Team
Posts: 2910
Joined: Mon 05 Mar 2007 16:32

Post by Dimon » Tue 25 Nov 2008 09:19

Thank you for information. We have reproduced this problem and fixed it. This fix will be included in the next DbxMda build.

ale.capu
Posts: 10
Joined: Fri 21 Nov 2008 17:51

Post by ale.capu » Tue 25 Nov 2008 09:45

When will be available new build of DbxMda? I'm a registered user and I'll can download the update.

Dimon
Devart Team
Posts: 2910
Joined: Mon 05 Mar 2007 16:32

Post by Dimon » Wed 26 Nov 2008 15:09

New build of DbxMda version 4.40.12 is available for download now.

Post Reply