Hi,
I just upgraded my AspDbPro to the latest version (AspDbPro Nt 1.1314)
and it still does this when going from one record to another in a form view using Next button. Tech support on call suggested me to start new thread so it will be visible to the people who can fix it.
I use it with Sql Server 6.5 from the Windows 95 4.00.950B and it works the same from all PCs we have in the office.
In a grid view it works Ok (most of the time at least).
I have simple test asp page to demonstrate this problem:
http://blackbird.wustl.edu/aspdbtest.asp with plain vanilla code like this:
<html>
<title> test </title>
<center>
<%
Set MyDb = Server.CreateObject(&#34;ASPdb.Pro&#34 &#39; Create the ASP-db object
MyDb.dbDSN=&#34;DsnName&#34;
MyDb.dbMode=&#34;both&#34;
MyDb.dbcolor=&#34;2,auto&#34;
MyDb.dbGridTableTag=&#34;BORDER=1&#34;
&#39;MyDb.dbNavigationItem=&#34;top,prev,next,bott om,gridrow,formcol,grid&#34;
&#39;required fix for AspDbPro with Sql Server 6.5, won&#39;t work otherwise
MYDB.dbOptions=&#34;datewrap=&#39;&#34;
mydb.dbSQL=&#34;select * from MyTable &#34;
MyDb.ASPdbPro
%>
</center>
</body>
</html>
Error message:
&#34;ADODB.Field error &#39;800a0bcd&#39;
Either BOF or EOF is True, or the current record has been deleted; the operation requested by the application requires a current record.
/aspdbtest.asp, line 12 &#34;
Thanks,
Igor