Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Oracle - SQL dialects
Message
 
 
To
21/10/2003 02:36:15
General information
Forum:
Visual FoxPro
Category:
Client/server
Miscellaneous
Thread ID:
00840230
Message ID:
00840652
Views:
29
>Hi Larry!
>
>Thanks for help. It looks a bit strange ;)
>
>For connecting to an oracle-database I'll have to use ODBC, SqlStringConnect won't work - is this right or wrong?
>
>

You will have to use ODBC but you can do this with SQLStringConnect.
lnconn = sqlstringconnect('Driver={Oracle ODBC Driver};dbq=mydb;uid=myuserid;pwd=mypassword')
   or
lnconn = sqlstringconnect('Driver={Microsoft ODBC for Oracle};server=mydb;uid=myuserid;pwd=mypassword')
The parameters are a little different depening on what ODBC driver you use.
HTH.
Larry Miller
MCSD
LWMiller3@verizon.net

Accumulate learning by study, understand what you learn by questioning. -- Mingjiao
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform