Пример #1
0
 static public short SQLFreeStmt(IntPtr StatementHandle, short option)
 {
     if (useLibCli)
     {
         return(StaticWrapperCli.SQLFreeStmt(StatementHandle, option));
     }
     return(StaticWrapper36.SQLFreeStmt(StatementHandle, option));
 }