Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
SQL Passthrough
Message
Information générale
Forum:
Visual FoxPro
Catégorie:
Client/serveur
Titre:
Divers
Thread ID:
00779805
Message ID:
00779926
Vues:
11
>Try storing your statemnt in multiple string variables, then concatenating them in the SQLPREPARE function. Something like this:
>cCmd1 = "select * "
>cCmd2 = "from authors"
>
>liResult = sqlprepare(iHandle, cCmd1 + cCmd2)
>liResult = sqlexec(iHandle)
Or, if your version supports this syntax:
TEXT TO lcCmd
SELECT * 
   FROM authors
ENDTEXT
My blog
My consulting page
My home page

Member of the Trim Your Auto-Quote Campaign!
What's another word for thesaurus?
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform