Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Connect to Oracle from Windows 7 64 bit
Message
De
07/01/2013 15:28:21
 
 
À
Tous
Information générale
Forum:
Visual FoxPro
Catégorie:
Codage, syntaxe et commandes
Titre:
Connect to Oracle from Windows 7 64 bit
Versions des environnements
Visual FoxPro:
VFP 9 SP2
OS:
Windows 7
Database:
Oracle
Divers
Thread ID:
01561631
Message ID:
01561631
Vues:
94
To All,

I need to test an existing application that now runs under WinXP and connects to Oracle via Microsoft ODBC for Oracle driver.
In the future this application will be used in Windows 7 64 bit environment

Maybe somebody can bring some lights:
1. Should I look for ODBC driver for 64 bit (based on the OS) or 32 (based on VFP)?
2. Where can I find Microsoft ODBC for Oracle for Windows 7?

Before I used smtg simple like :

FUNCTION InitiateOracle
LOCAL lcODBCDriver, lcSettings, lcPSUserID, lcPSUserPwd, lnConnectHandle

DECLARE INTEGER SQLConfigDataSource IN odbccp32.DLL INTEGER, INTEGER, STRING, STRING

lcConnectString = ["]+"DRIVER={Microsoft ODBC for Oracle};SERVER="SERVER NAME";UID="MYID";PWD="MYPASSWORD"

lnConnectHandle = SQLSTRINGCONNECT(&lcConnectString)

RETURN lnConnectHandle
ENDFUNC

Thanks in advance.
Jerry
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform