Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Zap doesn't work
Message
From
20/09/1999 13:11:46
 
 
General information
Forum:
Visual FoxPro
Category:
Client/server
Miscellaneous
Thread ID:
00266164
Message ID:
00266786
Views:
20
>You can get use CURSORGETPROP() to get the connection handle that the view is using to communicate with the remote data source. I was suggesting something like this:
>
>LOCAL hConn, nResult
>USE view_name NODATA
>hConn = CURSORGETPROP("CONNECTHANDLE", "view_name")
>nResult = SQLEXEC(hConn, "TRUNCATE TABLE table_name")
>RELEASE hConn
>
>There is a help file that covers the VFP ODBC driver: DRVVFP.HLP. It doesn't list ZAP has an unsupported command.
>
>-Mike
>
>

Thanks for the info. If it is a supported command through ODBC, how would you issue a zap?
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform