Problem with a SELECT query.

Posted by LegacyUser on 12-Dec-2005 14:52

First of all, sorry if I'm not posting in the right section.

I am querying a table (Progress database) using ADO. I have an ODBC DSN configured on my computer. My problem is I'm always receiving an error while querying a table. The error is "Error in row.".

I realise that if I change the value of "Fetch array size" in the configuration of this connection, I will get the error at different places.

Ex.:

"Fetch array size" sets to 500 -> I'll get the error after 34500 rows.

"Fetch array size" sets to 5000 -> I'll get the error after 30000 rows.

etc..

Any idea anyone?

Thanks!

All Replies

This thread is closed