This topic is locked

Dealing with EOF BOF

8/7/2006 8:44:43 AM
PHPRunner General questions
T
tr31553 author

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.

Alexey admin 8/7/2006

Tony,
I wasn't able to reproduce this error using the latest version of PHPRunner.
Please try to download and install the latest PHPRunner version at

http://www.asprunner.com/files/phprunner-setup.exe
Then rebuild your project using Default Template on Miscellaneous tab.
If this doesn't help please zip and send to support@xlinesoft.com the full set of generated PHP files along wih PHPRunner project file for investigation.

T
tr31553 author 8/7/2006

Sergey,
Installing the newest version worked wonderfully. I've sent you an email regarding registration however.

Thanks.