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