Mailing List Archive: 49091 messages
  • Home
  • Script library
  • AltME Archive
  • Mailing list
  • Articles Index
  • Site search
 

[REBOL] Re: Connecting to Oracle

From: sqlab::gmx::net at: 13-Apr-2006 9:16

Hi Vince depending on your version it looks for something like oraclient8.dll, ora73.dll or else. To see what it is really looking for, you can load the binary (rebxxxx.exe) in an editor and search for all occurences of "ora". The newer oracle versions should have some wrapper .dlls for oraxx.dll. Put ora73.dll in the same directory where your oracle/bin path is pointing. Alternatively you can try to make a copy of your oraclientx.dll and name it according to one of the names you found in your rebolxxx.exe. AR kvince-comcast.net wrote: