> Trying to connect from an ASP.NET front end to a Postgresql
> 814 backend.
Your error message clearly indiczates ASP classic, not ASP.Net. Are you
sure you are executing the right page :-)
> ODBC is connecting but get this error on some pages:
>
> ADODB.Field error '80020009'
>
> Either BOF or EOF is True, or the current record has been
> deleted. Requested operation requires a current record.
>
> /index.asp, line
This is an ADODB error caused by incorrect coding in the ASP page.
Basically, you are trying to read a row from an empty result.
//Magnus