Page 1 of 1

Driver adds MySql. to execution

Posted: Thu 15 Nov 2012 01:42
by etechpartner
I've just downloaded your .NET driver. When I execute a call via LLBLGen I get an error that originates in Devart.Data.MySql. I've taken a screenshot of the exception.
https://skydrive.live.com/#cid=965B8BEF ... 4A70%21215
Executing the actual query works fine. Somehow it seems the driver adds the word MySql. to the table name.

Re: Driver adds MySql. to execution

Posted: Thu 15 Nov 2012 16:57
by etechpartner
Found the answer. The catalog name in the connection string was not set to the specific database. It read "mysql" . Once the correct catalog name was added to the connection string the issue disappeared.