URGENT - Another error on TableName and Database name

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

URGENT - Another error on TableName and Database name

Post by ale.capu » Tue 02 Dec 2008 10:30

I've downloaded last version of your dbExpress driver.
Now when I connect to MySql with database name "DB1" and execute

DS.CommandText := 'use DB2';
DS.ExecSQL();

then I try t execute another query

DS.CommandText := 'SHOW INDEX FROM tableOnDb2';
DS.Open; <- It raise an exception "root.tableOnDb2" doesn't exists".

With previus version of your dbExpress driver it work fine !

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

Post by Dimon » Wed 03 Dec 2008 10:32

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

When ?

Post by ale.capu » Wed 03 Dec 2008 10:36

When it will be available ?

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

Info

Post by ale.capu » Tue 09 Dec 2008 09:25

Please, when it will be available for download ???

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

Post by Dimon » Wed 10 Dec 2008 15:34

We are planning to release the new build of DbxMda by the end of this week.

Post Reply