Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
SQL Pass Through
Message
From
06/08/2002 15:23:10
 
 
To
All
General information
Forum:
Visual FoxPro
Category:
Databases,Tables, Views, Indexing and SQL syntax
Title:
SQL Pass Through
Miscellaneous
Thread ID:
00686711
Message ID:
00686711
Views:
101
How can I get this to work?

= SQLSETPROP(gnHandle1, 'asynchronous', .F.)
= SQLPREPARE(gnHandle1, "Select * From wamtxt Where wamtxt.txtext LIKE '%&mfrt2%'", 'mySeeThis1a')
= SQLEXEC(gnHandle1)
= SQLPREPARE(gnHandle1, "Select * From wamtxt, mySeeThis1a Where wamtxt.txwa#1 = mySeeThis1a.txwa_1", 'mySeeThis1')
Next
Reply
Map
View

Click here to load this message in the networking platform