Microsoft KB Archive/105103

From BetaArchive Wiki
The printable version is no longer supported and may have rendering errors. Please update your browser bookmarks and please use the default browser print function instead.

BUG: dbcursorbind Documentation Incorrect

Q105103



The information in this article applies to:


  • Microsoft SQL Server for OS/2, version 4.2
  • Microsoft SQL Server version 4.2x



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 : kbprogramming
Issue type :
Technology : kbSQLServSearch kbAudDeveloper kbZNotKeyword3 kbSQLServ420OS2


Last Reviewed: March 19, 1999
© 2001 Microsoft Corporation. All rights reserved. Terms of Use.