
Delphi 2.0 NOT 100% Windows95 Compatible
Quote:
>>SQL*Net, Delphi/BDE is looking for ORANT71.DLL. That's an NT Oracle
>>DLL, not Windows95. Oracle puts the Win95 SQL*Net DLL's in
>>\ORAWIN95\BIN directory, and it's not called ORANT71.DLL.
>There is no such thing as a Win95 app... ;-)
Alas, alas: with Oracle, there is. Copying ORANT71.DLL from the
NT-server to my Win95 desktop didn't do much good...
Quote:
>I choose to characterise them all as NT apps, that may depend on
>Win95 specific API functions.
>>Can't install NT's SQL*Net TCP/IP client because Oracle's install
>>program tries to configure the NT registry.
>Sounds like it's Oracle who've gotten things mixed up,
... as always...
Now, seriously, to connect to Oracle7:
- get Oracle's 32bit drivers for Win95 (they come with Personal Oracle
for Windows 95, trial version available at www.oracle.com);
- change that ORANT71.dll to ORA72.dll or OCIW32.dll, whichever you
like best (I discovered the second one somewhat later; while the first
always starts the local database, the second does it only when
needed);
- set the SERVER NAME to whatever alias you imagined when using
- set NET PROTOCOL to TNS, or all blanks for the local database.
Good luck!
Jasper
PS: please take into consideration
- when replying, I just think I know;
- when asking, be sure that I don't.