Sorry, Elliott. Text/image fields just don't like Cursorless (i.e. Forward
Only) recordsets.
--
Andy Hopper
Research Engineer
Georgia Institute of Technology
Remove trailing "_ath" from email address to reply via email.
Quote:> I'm opening an ODBCDirect recordset in VB 5.0 with the dbOpenForwardOnly
> flag against a SQL Server 6.5 database. I can access regular fields just
> fine, but when I get to a field that is of the Text datatype, I get a
> "Invalid cursor position" error message. If I open the recordset with
the
> dbSnapshot flag, it works great. The reason I want to use the
> dbOpenForwardOnly flag is that queries run significantly faster. Thanks
in
> advance...
> Elliott Breuer
> Breuer & Co.