Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
VFP9 and 64-bit
Message
De
18/08/2009 21:01:24
 
 
À
Tous
Information générale
Forum:
Visual FoxPro
Catégorie:
Autre
Titre:
VFP9 and 64-bit
Divers
Thread ID:
01418846
Message ID:
01418846
Vues:
218
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
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform