Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Remote view problem
Message
 
To
All
General information
Forum:
Visual FoxPro
Category:
Databases,Tables, Views, Indexing and SQL syntax
Title:
Remote view problem
Miscellaneous
Thread ID:
00436726
Message ID:
00436726
Views:
78
I have a remote view set up with vfp5 and progress 9.
If I set up the select like this...

SELECT Partopr.PartNum, Partopr.RevisionNum, Partopr.OprSeq;
FROM PUB.PartOpr Partopr;
WHERE Partopr.Company = 'GMI';
AND Partopr.PartNum LIKE ?vparampn; && subsitute lines as shown below
AND Partopr.RevisionNum = ?vparamrev;
AND Partopr.OprSeq = ?vparamopseq

vparamopseq=10
vparamrev='e'

I get the following results with the following lines substituted...

partopr.partnum = '45-0601' works.
partopr.partnum like '45-0601' works.
partopr.partnum like vparampn works if vparampn = '45-0601%'
partopr.partnum like vparampn will not work if vparampn = '45-0601'


partopr.partnum exists in the progress database as '45-0601'

Any tips?
Next
Reply
Map
View

Click here to load this message in the networking platform