Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
VFP9 and 64-bit
Message
From
18/08/2009 21:01:24
 
 
To
All
General information
Forum:
Visual FoxPro
Category:
Other
Title:
VFP9 and 64-bit
Miscellaneous
Thread ID:
01418846
Message ID:
01418846
Views:
217
Hi all,

Is there a known issue with running VFP9 on a Windows 2003 64-bit server and connecting to an Oracle database using the 64-bit Oracle 10.2.0.1 ODBC driver ? The Oracle database itself is also 64-bit.
* This works on a Windows 2003 32-bit server using 32-bit Oracle 10.2.0.1 ODBC driver.
CONNECTIONSTRING= "DRIVER=Oracle in OraClient10g_home1;UID=myuser;PWD=mypwd;SERVER=oraserver;DBQ=oraserver;"
open datatabase oradb
create connection 'test' connstring (connectionstring)
?sqlconnect('test') && returns > 0
* This does not work on a Windows 2003 64-bit server using 64-bit Oracle 10.2.0.1 ODBC driver.
CONNECTIONSTRING= "DRIVER=Oracle in OraDb10g_home1;UID=myuser;PWD=mypwd;SERVER=oraserver;DBQ=oraserver;"
open datatabase oradb
create connection 'test' connstring (connectionstring)
?sqlconnect('test') && returns <= 0
ramil
~~ learning to stand still
Next
Reply
Map
View

Click here to load this message in the networking platform