Run the ODBC Unit Tests
 
 
 

You can run all of the ODBC unit tests at once or run them individually.

To run all of the tests, do the following in a cmd.exe window:

  1. cd C:\OpenSource\Providers\GenericRdbms\Src\UnitTest
  2. Dbg\UnitTestOdbc.exe initfiletest=OdbcInitEx.txt

To run the tests individually, do the following in a cmd.exe window:

  1. cd C:\OpenSource\Providers\GenericRdbms\Src\UnitTest
  2. Dbg\UnitTestOdbc.exe OdbcTextTests
  3. Dbg\UnitTestOdbc.exe OdbcExcelTests
  4. Dbg\UnitTestOdbc.exe OdbcAccessTests
  5. Dbg\UnitTestOdbc.exe OdbcMySqlTests initfiletest=OdbcInitEx.txt
  6. Dbg\UnitTestOdbc.exe OdbcOdbcTests initfiletest=OdbcInitEx.txt
  7. Dbg\UnitTestOdbc.exe OdbcSqlServerTests initfiletest=OdbcInitEx.txt