Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Sql pass-through ?
Message
From
07/08/2003 08:57:51
 
 
To
All
General information
Forum:
Visual FoxPro
Category:
Client/server
Title:
Sql pass-through ?
Miscellaneous
Thread ID:
00817663
Message ID:
00817663
Views:
59
I am using sql pass-through for remote access to a sybase database.

My select statements are developed by storing the statement to a variable and passing this variable to the sqlexec statement with macro substitution.

i.e.
sqlkey="1"
sqlselect="Select * from loan_information for loan_id="+sqlkey"
=sqlexec('&sqlselect','info')


This seems to work fine until my select statement gets longer than 254 characters. (the max lingth of a string.

Does anyone have an idea or an example of a long select statement using sql pass-through.

Thanks
God Bless America
Next
Reply
Map
View

Click here to load this message in the networking platform