Microsoft KB Archive/105103

From BetaArchive Wiki
< Microsoft KB Archive
Revision as of 16:03, 18 July 2020 by 3155ffGd (talk | contribs) (importing KB archive)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

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.