Does Adapter use ODBC or direct drivers?

Posts   
 
    
rscott
User
Posts: 2
Joined: 12-Jun-2006
# Posted on: 12-Jun-2006 20:36:14   

Our product supports both MSSQL and MYSQL - we want to use LLBLGen but do not want to connect using ODBC drivers. My understanding from the docs is that using Adapter type (vs SelfServicing) is the way to support multiple databases.

If we use Adapater, how does it connect to the database? Does it use ODBC or is there a way to use the specific driver of the database in question when using the Adapter method?

Otis avatar
Otis
LLBLGen Pro Team
Posts: 39928
Joined: 17-Aug-2003
# Posted on: 12-Jun-2006 22:36:18   

ODBC isn't supported. Only native .NET providers and for Access we use oledb.

Frans Bouma | Lead developer LLBLGen Pro