isapi applications not working on shared sql server7.0 ??

greenspun.com : LUSENET : SQL Server Database Administration : One Thread

HI, our website was using some delphi isapi applications using sql server 7.0. Recently we co located the web server and the new database server is a shared sql server. The same set of applications are giving "eof or bof found.Current record is deleted " type message and does not work. The connectionstring works for the asp pages and few small isapi applications but rest does not work. pls help. thanks- anagha

-- Anonymous, September 22, 2001

Answers

Anagha,

The error number 0x800a0bcd, "Either BOF or EOF is True, or the current record has been deleted; the operation requested by the application requires a current record" indicates that your application is trying to use an empty recordset.

Hope this helps,

Eric

-- Anonymous, September 25, 2001


Moderation questions? read the FAQ