Message 1 of 2
Oracle connection and 64 bit
Not applicable
01-22-2012
01:17 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
I am reading data from a Oracle database using VBA.
I use Set OraSession = CreateObject("OracleInProcServer.XOraSession") to make a connection.
All works fine on a 32 bit computer, but not on a 64 bit computer.
How can I get data from Oracle on a 64 bit computer ?
Is it possible to use to Lisp or ADOlisp in stead of VBA ?
Thanks in advance,
Jan