Specify the Data Provider. Data provider comes in a general flavor like ODBC and OLEDB and a native flavor like SQLClient, MYSQLClient and OracleClient. There is no logical reason not to use a 'Native Client' which is developed for the DB in a specify platform.
Obj.dbProvider = "OleDb(Def) |SqlClient or Sql |ODBC |MySql |OracleCient"
Note: Classic ASP SQL provider is equivalent to the Dotnet SQLClient provider.
If value is not within the list then it will default to OleDb.
Obj.dbProvider = "SqlClient" Obj.dbProvider = "SQL"
z Class | Tornado Namespace | dbType | Special Topic - DataType