Пример #1
0
 static public short SQLGetDiagRec(short handleType, IntPtr handle, short recNum, StringBuilder sqlState, out int nativeError, StringBuilder errorMessage, int bufferLength, out short textLengthPtr)
 {
     if (useLibCli)
     {
         return(StaticWrapperCli.SQLGetDiagRec(handleType, handle, recNum, sqlState, out nativeError, errorMessage, bufferLength, out textLengthPtr));
     }
     return(StaticWrapper36.SQLGetDiagRec(handleType, handle, recNum, sqlState, out nativeError, errorMessage, bufferLength, out textLengthPtr));
 }