How To Use the FoxPro SQLPrepare() Function

Last reviewed: January 20, 1997
Article ID: Q156061
The information in this article applies to:
  • Microsoft Visual FoxPro for Windows, version 5.0

SUMMARY

This article discusses what is required in order to use the FoxPro SQLPrepare() function.

MORE INFORMATION

In 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().


KBCategory: kbusage kbprg kbhowto
KBSubcategory: FxinteropOdbc
Additional reference words: 5.00 kbdse VFoxWin



THE INFORMATION PROVIDED IN THE MICROSOFT KNOWLEDGE BASE IS PROVIDED "AS IS" WITHOUT WARRANTY OF ANY KIND. MICROSOFT DISCLAIMS ALL WARRANTIES, EITHER EXPRESS OR IMPLIED, INCLUDING THE WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE. IN NO EVENT SHALL MICROSOFT CORPORATION OR ITS SUPPLIERS BE LIABLE FOR ANY DAMAGES WHATSOEVER INCLUDING DIRECT, INDIRECT, INCIDENTAL, CONSEQUENTIAL, LOSS OF BUSINESS PROFITS OR SPECIAL DAMAGES, EVEN IF MICROSOFT CORPORATION OR ITS SUPPLIERS HAVE BEEN ADVISED OF THE POSSIBILITY OF SUCH DAMAGES. SOME STATES DO NOT ALLOW THE EXCLUSION OR LIMITATION OF LIABILITY FOR CONSEQUENTIAL OR INCIDENTAL DAMAGES SO THE FOREGOING LIMITATION MAY NOT APPLY.

Last reviewed: January 20, 1997
© 1998 Microsoft Corporation. All rights reserved. Terms of Use.