Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Parmeterized SQL Pass-Through
Message
Information générale
Forum:
Visual FoxPro
Catégorie:
Client/serveur
Divers
Thread ID:
00123587
Message ID:
00123590
Vues:
16
The parameter operator for VFP is ?, not @. Try this:
SQLEXEC(nConnectionHandle,"select * from table where;
        table.ssn=?zSearchValue", "CursorName")
>I am trying to use SQL pass through to read a varible - what am I doing wrong:
>
>
>
>Public zSearchValue
>
>zSearchValue="123456789"
>
>SQLEXEC(nConnectionHandle,"select * from table where;
> table.ssn=@zSearchValue", "CursorName")
>
>
>
>Thanks
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform