ASP Recordset - Oracle
Hi everybody,
I have the following problem:
OS: windows XP professional SP2
MDAC version 2.8
Oracle 9i Client accessing Oracle 8i server
I´m developing a system that has a sql server version with the same code, and works fine. My oracle version has this problem:
It opens the connection with the oraoledb provider and, when it executes the first rs.eof , gives the error: ADODB.Recordset:Operation not allowed whe the object is closed.
The code works properly with the version in sql server.
This version worked fine in just one machine that has almost the same configurationa as mine except that windows XP is not SP2.
I´m using visual studio .NET 2003 as my asp developing Tool to be able to debug.
Thanks
|