DevArt MySQL Driver ?

Posts   
 
    
Posts: 94
Joined: 23-Aug-2006
# Posted on: 14-Nov-2012 23:49:39   

Based on comments by Frans etc on this forum I have installed the DevArt MySQL driver. When I try to run my very first call to the dbl to get a TypedList it returns an error " Table mysql.pr_pay_type doesn't exist" - the table is there and when I execute the SQL stmt in a db frontend it works fine. Have you seen similar issues w the DevArt driver? Should I use a different one. The source of the exception is Devart.Data.MySql

Attachments
Filename File size Added on Approval
ScreenShot097.jpg 173,989 14-Nov-2012 23:49.49 Approved
daelmo avatar
daelmo
Support Team
Posts: 8245
Joined: 28-Nov-2005
# Posted on: 15-Nov-2012 05:51:10   

Hi there!

  • LLBLGen version and runtime library version?
  • Devart build?
  • Steps to reproduce the problem?
  • Post the code, including the relevant parts of your .config file.

In short, please pot most information: http://www.llblgen.com/TinyForum/Messages.aspx?ThreadID=7719

David Elizondo | LLBLGen Support Team
Otis avatar
Otis
LLBLGen Pro Team
Posts: 39588
Joined: 17-Aug-2003
# Posted on: 15-Nov-2012 10:31:11   

please look at the connection string used, the 'Database' specified should be your catalog, not 'mysql' (which is the default)

Frans Bouma | Lead developer LLBLGen Pro
Posts: 94
Joined: 23-Aug-2006
# Posted on: 15-Nov-2012 17:28:25   

Frans you nailed it ! My database name at the moment reads "mysql". Lol ! Thank you guys .