Hey guys, I'm a newbie with PHPRunner so forgive my ignorance. I've read all posts I can find dealing with EOF and BOF but I can't find the resolution to this issue:
Fatal error: Uncaught exception 'com_exception' with message '<b>Source:</b> ADODB.Recordset<br/><b>Description:</b> Either BOF or EOF is True, or the current record has been deleted. Requested operation requires a current record.' in c:\Inetpub\wwwroot\IT\include\dbconnection.mssql.win.php:30 Stack trace: #0 c:\Inetpub\wwwroot\IT\include\dbconnection.mssql.win.php(30): db_pageseek() #1 c:\Inetpub\wwwroot\IT\Incident_list.php(651): db_pageseek(Object(variant), 20, 1) #2 c:\Inetpub\wwwroot\IT\Incident_list.php(494): setupRs('select [Prikey]...', 20) #3 {main} thrown in c:\Inetpub\wwwroot\IT\include\dbconnection.mssql.win.php on line 30
I'm using PHP 5 and SQL Server 2000 w sp3. Any suggestions would be greatly appreciated.