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