BUG: dbcursorbind Documentation IncorrectLast reviewed: April 28, 1997Article ID: Q105103 |
The information in this article applies to:
The dbcursorbind documentation on page 114 of the "Programmer's Reference for C" is incorrect. The first parameter hc of the function prototype is incorrectly listed as:
RETCODE dbcursorbind(hc,col,vartype,varlen,poutlen,pvaraddr) DBCURSOR hc;The correct first parameter hc of the function prototype should be as follows:
RETCODE dbcursorbind(hc,col,vartype,varlen,poutlen,pvaraddr) DBCURSOR *hc; |
Additional query words: docerr dblib
© 1998 Microsoft Corporation. All rights reserved. Terms of Use. |