Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Parmeterized SQL Pass-Through
Message
General information
Forum:
Visual FoxPro
Category:
Client/server
Miscellaneous
Thread ID:
00123587
Message ID:
00123590
Views:
17
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
Previous
Reply
Map
View

Click here to load this message in the networking platform