RapTier generates code that uses the standard .NET OleDb provider to access data. To switch to another .NET data provider, open the <DatabaseName>.cs or <DatabaseName>.vb file and define one of the following conditional compiler constants:
SQL_CLIENT - System.Data.SqlClient .NET data provider#define SQL_CLIENT#Const SQL_CLIENT = True