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.
Driver adds MySql. to execution
-
- Posts: 2
- Joined: Thu 15 Nov 2012 01:33
Re: Driver adds MySql. to execution
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.