Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Connect to Oracle from Windows 7 64 bit
Message
From
07/01/2013 15:28:21
 
 
To
All
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Title:
Connect to Oracle from Windows 7 64 bit
Environment versions
Visual FoxPro:
VFP 9 SP2
OS:
Windows 7
Database:
Oracle
Miscellaneous
Thread ID:
01561631
Message ID:
01561631
Views:
95
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
Next
Reply
Map
View

Click here to load this message in the networking platform