The information in this article applies to:
SUMMARY
Although the Windows version of DB-Library (DB-Lib) is compiled with
the medium memory model (near data pointers), all of the DB-Lib
functions use far pointers for buffer parameters. This means that you
can pass a far pointer to a buffer allocated with GlobalAlloc() to
dbbind.
MORE INFORMATION
The following code fragment illustrates how this might be done:
Additional query words: dblib
Keywords : kbprg SSrvDB_Lib |
Last Reviewed: March 6, 1999 © 2000 Microsoft Corporation. All rights reserved. Terms of Use. |