Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Query
Message
General information
Forum:
Microsoft SQL Server
Category:
Import/Export
Title:
Re: Query
Miscellaneous
Thread ID:
00747130
Message ID:
00747639
Views:
14
You can use SPT.
lnConn = SQLSTRINGCONNECT(...)
lnResult = SQLEXEC(lnConn, [EXEC MySproc], "clsSprocResult")
IF lnResult < 1
  * ODBC error, use AERROR() to pull detailed info
ENDIF
>Hi All:
> How can I export the result of a query into a vfp table from sql sp?
>Thaks for all the help!!!
>MA
--sb--
Previous
Reply
Map
View

Click here to load this message in the networking platform