Big problem with D3 and Oracle 7.0
Server: IBM RS-400 running AIX 3.2.5.0, Oracle 7.0.1.5, SQL*Net 2.3,
TCP/IP (not TNSNAMES)
Client: Win95, D3, SQL*Net 2.3(?) 32-bit
I'm having a big problem getting a D3 app that I wrote to connect to the
Oracle 7.0 database. A machine that has a complete Delphi install on works
fine, but any other machine won't connect. the error I get is:
Network Type Unknown
ORA-03121: No interface driver connected - function not performed
Alias: db (This is my TDatabase component in a datamodule)
I've used the InstallShield Express to create the install set, and
everything works great against Oracle 7.3 using TNS. However, it doesn't
work against Oracle 7.0 using TCP/IP. I've even tried changing the vendor
init between ORA73.DLL and ORANT71.DLL, no good. How does Delphi
communicate with Oracle 7.0? Are there any tricks?
TIA,
Bill