Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations derfloh on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

ODBC Drivers "divide by zero" error

Status
Not open for further replies.

achmo

Programmer
Aug 30, 2001
56
IL
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
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top