The information in this article applies to:
SUMMARYThis article discusses what is required in order to use the FoxPro SQLPrepare() function. MORE INFORMATIONIn order to use the FoxPro SQLPrepare() function, the ODBC driver must support the ODBC API SQLPrepare() function. In theory, this should include all ODBC drivers because SQLPrepare() is a requirement for ODBC API Core conformance. However, depending on the ODBC driver and the capabilities of the server, SQLPrepare() may not do anything. For example, no preparation of the statement takes place, but it is saved to be executed on SQLExecute(). Additional query words:
Keywords : kbinterop kbDatabase kbVFp500 kbVFp600 |
Last Reviewed: December 13, 1999 © 2000 Microsoft Corporation. All rights reserved. Terms of Use. |