The information in this article applies to:
SUMMARYThe FoxPro 2.x Connectivity Kit allows you to send the results of the DBExec() function to a table by using the DBSetOpt() function and setting the UseTable property of the connection to 1. Visual FoxPro has no property that causes the results of the SQLExec() function to be sent to a table. MORE INFORMATION
The results of the SQLExec() function are always returned to a cursor. The
default cursor name is Sqlresult. To send the results to a table, use the
COPY TO command after calling the SQLExec() function. The COPY TO command
creates a table from the Sqlresult cursor.
Additional query words: VfoxWin kbvfp300 kbvfp300b kbvfp500 kbvfp500a kbvfp600
Keywords : FxinteropOdbc |
Last Reviewed: August 25, 1999 © 2000 Microsoft Corporation. All rights reserved. Terms of Use. |