Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
ODBC Driver for Oracle8i
Message
 
 
General information
Forum:
Visual FoxPro
Category:
Databases,Tables, Views, Indexing and SQL syntax
Miscellaneous
Thread ID:
00605617
Message ID:
00608945
Views:
30
Post what you are using. Here are some examples:
lnHandle = sqlstringconnect('Driver=Microsoft ODBC for Oracle;UID=myuserid;PWD=mypwd;ConnectString=ora1;')

lnHandle = sqlstringconnect('Driver=Microsoft ODBC for Oracle;UID=myuserid;PWD=mypwd;Server=ora1;')

lnHandle = sqlstringconnect('Driver=Oracle ODBC Driver;UID=myuserid;PWD=mypwd;DBQ=ora1;')
>I am connecting through VFP. I have tried both SQLCONNNECT with an named DSN and I have tried SQLSTRINGCONNECT both produce the same results.
>I'll keep digging.
Mark McCasland
Midlothian, TX USA
Previous
Reply
Map
View

Click here to load this message in the networking platform