Пример #1
0
 static public short SQLPrepare(IntPtr stmtHandle, string stmt, int length)
 {
     if (useLibCli)
     {
         return(StaticWrapperCli.SQLPrepare(stmtHandle, stmt, length));
     }
     return(StaticWrapper36.SQLPrepare(stmtHandle, stmt, length));
 }