BUG: dbcursorbind Documentation Incorrect

ID: Q105103


The information in this article applies to:

BUG# 9488 (4.2)

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


Keywords          : kbprg SSrvDB_Lib SSrvDoc_Err SSrvProg kbbug4.20 SSrvWinNT 
Version           : 4.2 | 4.2
Platform          : OS/2 WINDOWS 
Issue type        : 

Last Reviewed: March 17, 1999