Hello,
I get this error on my asp page (I'm connecting to a SQL server):
Microsoft OLE DB Provider for ODBC Drivers (0x80004005)
[Microsoft][ODBC SQL Server Driver][SQL Server]Divide by zero error encountered
the error is not on openning the recordset but on movenext and filter commands. The recordset is not on eof at the time and it is not empty.
Does anyone has an idea what can be the problem (I'm not quoting the stored procedure the recordset uses, because it is very complicated. Hope you can give me some direction even without it.
Thanks alot
Yael
I get this error on my asp page (I'm connecting to a SQL server):
Microsoft OLE DB Provider for ODBC Drivers (0x80004005)
[Microsoft][ODBC SQL Server Driver][SQL Server]Divide by zero error encountered
the error is not on openning the recordset but on movenext and filter commands. The recordset is not on eof at the time and it is not empty.
Does anyone has an idea what can be the problem (I'm not quoting the stored procedure the recordset uses, because it is very complicated. Hope you can give me some direction even without it.
Thanks alot
Yael