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