Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Getting Data Out of Oracle
Message
General information
Forum:
Visual FoxPro
Category:
Other
Miscellaneous
Thread ID:
00627994
Message ID:
00628551
Views:
13
Bret,

If you are using SQLStringConnect() to get your connection you have to specify, server, database, user and password. This was working fine for us in Sybase 11.x but when we moved to Sybase 12 the login box would popup no matter what. What we've had to resort to is to force the login dialog off with this:

SQLSetProp( 0, 'DispLogin', 3 )

This should probably work too if you are using a DBC to maintain your connection if you do it before opening the database.

>Which brings up another question on ODBC. How can I get my VFP ODBC connection to Oracle to save the password and quit asking me for it? The process cant be too automated if a password has to be input to get the job done.
df (was a 10 time MVP)

df FoxPro website
FoxPro Wiki site online, editable knowledgebase
Previous
Reply
Map
View

Click here to load this message in the networking platform