(PROGRESS 91D) I've done an application in
VB and connected to progress by ADO (and ODBC) Some times when i try to execute a delete or update sql sentence, the error LOCK TALBE IS FULL (7870) appers.
It doesn't happend just when it's a large amount of records to update/delete, it also happend whit one record. But the problem is that it doesn't happend always; some times i try the sentence with one condition, it fails, and changing it, it doesn't work.
(for example:
delete from pub.TABLE where FIELD=1 ---> OK
delete from pub.TABLE where FIELD=2 ---> ERROR )
I don't have experience with progress with odbc and i don't speak english realy (spanish speaker)
Thanks, Omar