Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Table/View does not exist
Message
From
13/01/2000 08:39:30
 
General information
Forum:
Visual FoxPro
Category:
Databases,Tables, Views, Indexing and SQL syntax
Miscellaneous
Thread ID:
00316935
Message ID:
00317509
Views:
13
Hi Mark,

Is this a long the lines of what you are saying?

* These 2 lines at the startup?
CREATE CONNECTION myconnect DATASOURCE "XXXX" USERID "YYYY" PASSWORD "ZZZZ"
nhandle = SQLCONNECT('myconnect')

* This when I need the info?
SQLEXEC(nhandle, SELECT invc_ln.invc_ln_no, invc_ln.invc_no FROM PROD.invc_ln invc_ln WHERE invc_ln.invc_no IN (&invc_nos), 'invc_ln_cursor')

I hope I got your meaning.
Thanks again
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform