ODBC Error "Error in Row"

cywong119

New Member
Dear all,

After issue a query "Select fieldA from TableA" through ODBC, the ODBC return a error "Error in Row".

I find that when userA are updating/deleting/adding record to TABLE A and userB retrieving record from Table A at the same time. Then userB receives "Error in Row" error. It should not be a problem since userB just retrieve record for read only. However, ODBC return this error.

How to slove this problem? Someone tell me that some isolation setting should be done on the Progress Database. Is this true? Could anyone advise me?

Christine
 
Top