Click here to view and discuss this page in DocCommentXchange. In the future, you will be sent there automatically.
按顺序检索错误参数。
public size_t ULGetErrorParameterW( SQLCA const * sqlca, ul_u_long parm_num, ul_wchar * buffer, size_t size )
sqlca 指向 SQLCA 的指针
parm_num 参数序号。
buffer 指向包含错误参数的缓冲区的指针。
size 缓冲区的大小(以字节为单位)。
此函数返回复制到提供的缓冲区的字符数。
此方法原型当您在 Win32 平台上引用 ULGetErrorParameter 和 #define the UNICODE 宏时内部使用。通常,您创建 UltraLite 应用程序时不会直接引用此方法。