
VB4-32bit/Win95 Oracle ODBC problems. Can anyone help?
I'm using RDO in VB4 (32-bit) to access a Oracle 7 database via the new Win95 ODBC driver (Oracle72).
When I try to create a rdoResultset with the rdoConnection-method OpenResultset(<sql>) I get this
message:
"IM001: [Microsoft][ODBC Driver Manager] Driver does not support this function"
When I browse the errors in the rdoErrors-collection, I find 2 more errormessages:
"01S02: [Microsoft][ODBC Cursor Library] Option value changed"
"S1C00: [Oracle][ODBC Oracle Driver]Driver not capable."
There are no problmes when I'm creating an rdoEnvironment and rdoConnection to the database. I've
tried various forms of parameters after the OpenResultset-method, but whatever I do I get the same
error-messages.
When I use the DAO-objects it works all fine.
Am I doing something wrong or is it really a problem with the RDO/Oracle ODBC-driver ombination?
(Btw: Oracle support in Norway haven't heard about this problem!)