Microsoft KB Archive/105103: Difference between revisions

From BetaArchive Wiki
(importing KB archive)
 
m (Text replacement - """ to """)
 
Line 20: Line 20:
BUG# 9488 (4.2)<br />
BUG# 9488 (4.2)<br />
<br />
<br />
The dbcursorbind documentation on page 114 of the &quot;Programmer's Reference for C&quot; is incorrect. The first parameter hc of the function prototype is incorrectly listed as:<br />
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:<br />





Latest revision as of 09:44, 20 July 2020

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.