Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Getting Data Out of Oracle
Message
Information générale
Forum:
Visual FoxPro
Catégorie:
Autre
Divers
Thread ID:
00627994
Message ID:
00628551
Vues:
11
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
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform