PRB: Calling dbnullbind With No dbbind Causes Error 1044

ID: Q111731


The information in this article applies to:
  • Microsoft SQL Server Programmer's Toolkit, version 4.2


SYMPTOMS

Calling dbnullbind for a column for which dbbind has not been called will cause error 1044:

Attempt to bind using NULL pointers


WORKAROUND

For any given column make sure to call dbbind before calling dbnullbind.

Additional query words: dblib

Keywords : kbprg SSrvDB_Lib SSrvProg
Version : WINDOWS:4.2
Platform : WINDOWS
Issue type :


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