Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
ODBC Driver for Oracle8i
Message
 
 
À
23/01/2002 08:36:56
Information générale
Forum:
Visual FoxPro
Catégorie:
Base de données, Tables, Vues, Index et syntaxe SQL
Divers
Thread ID:
00605617
Message ID:
00608945
Vues:
29
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
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform