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?