Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Generating Oracle Connections
Message
 
 
General information
Forum:
Visual FoxPro
Category:
Databases,Tables, Views, Indexing and SQL syntax
Miscellaneous
Thread ID:
00596277
Message ID:
00596347
Views:
30
>Hello all,
>
>I have been searching the thread trying to find some comments on generating Oracle connections and the amount of time it takes to create each one. I would like to have several connections at once doing different things within my app. Does anyone know of a way to speed up the connection generation to Oracle using SPT?
>
>Matt

Download my ODBC DSN class from UT Downloads. Search on Member ID 12473.

lnHandle = sqlstringconnect('Driver=Microsoft ODBC for Oracle;UID=my_id;PWD=my_pwd;Server=sid;')

or

lnHandle = sqlstringconnect('Driver=Oracle ODBC Driver;UID=my_id;PWD=my_pwd;DBQ=sid;')

There is no way to lessen the amount of time to create a connection, and the times to create are rarely consistent. You are at the mercy of currently available bandwidth.
Mark McCasland
Midlothian, TX USA
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform