Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
SQL Pass Through and Remote Views
Message
Information générale
Forum:
Visual FoxPro
Catégorie:
Client/serveur
Divers
Thread ID:
00613522
Message ID:
00613545
Vues:
10
>Hi all
>
>I'm trying to use both a Remote view and Sql Pass Through to make a maintenance form for my SQL Server Database tables.
>
>I just want someone to give some advice in how to make the whole thing with a simple example, when I use SQLEXEC(Myconnection, "MySql sentence") I have made Myconnection using a remote view, but to use that connection handler I need to save it to a memory variable and I don't know exactly how. If a use SPT only, I have no problem, but, I wanna be able to use both because of the graphical interface that I have access to if I use a Remote View, it saves me the pain of writing all those lines if I use SPT only.


To get the connection handle of the remote view use:

myhandle=CURSORGETPROP("ConnectHandle","YourRemoteView")

This will return the connection handle of the remote view you are using. Then you can use that connection for your SQLEXEC commands.
-----------------------------------------

Cathi Gero, CPA
Prenia Software & Consulting Services
Microsoft C# / .NET MVP
Mere Mortals for .NET MVP
cgero@prenia.com
www.prenia.com
Weblog: blogs.prenia.com/cathi
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform