ODAC 6.25 and WS2008
Posted: Mon 12 Mar 2012 07:51
Hi,
I have a problem with a Delphi App 32 bits, it crash.
If I connect to Oracle
it works, but with
crash.
OraSession is a TOraSession component.
In WS2003 and Oracle 10 works fine in both connect systems.
Windows 7 Professional 64 bits and oracle 11g works fine too.
Borland® Delphi® for Microsoft® Windows™ Version 10.0.2288.42451 Update 2 Copyright © 2005 Borland® Software Corporation.
Windows Server 2008 R2 Enterprise SP 1 64 bits
ODAC 6.25
Oracle 11g
Sorry about my poor english, thanks.[/img]
I have a problem with a Delphi App 32 bits, it crash.
If I connect to Oracle
Code: Select all
OraSession.Options.Net:= True;
g_CadenaConexion:=user+'/'+pass+'@'+ip+':'+port+':'+sid;
Code: Select all
OraSession.Options.Net:= False;
g_CadenaConexion:=user+'/'+pass+'@'+tnsnames;
OraSession is a TOraSession component.
In WS2003 and Oracle 10 works fine in both connect systems.
Windows 7 Professional 64 bits and oracle 11g works fine too.
Borland® Delphi® for Microsoft® Windows™ Version 10.0.2288.42451 Update 2 Copyright © 2005 Borland® Software Corporation.
Windows Server 2008 R2 Enterprise SP 1 64 bits
ODAC 6.25
Oracle 11g
Sorry about my poor english, thanks.[/img]