Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Zap doesn't work
Message
De
20/09/1999 13:11:46
 
 
À
20/09/1999 13:08:50
Information générale
Forum:
Visual FoxPro
Catégorie:
Client/serveur
Divers
Thread ID:
00266164
Message ID:
00266786
Vues:
21
>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?
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform