G
Guest
Within my Access progam I want to use a linked Progress table (Merant ODBC
driver) which is havily used by the users of the Pogress program. If I try to
use the tabel in a selection query or try to dump the table in a new one
through an action query I get an ODBC error telling me that I cannot get a
lock on (a specific record in) the table if any of the Progress users is
editing the table or adding a record to it.
Is it possible to avoid this situation? I am thinking of making a cloned
recordset of the table (DAO) and dumping this recordset in a new table, but I
don't know how to dump a recordset(Clone) into a table. Or is there a more
elegant solution?
Thank you for helping out!
Maarten
driver) which is havily used by the users of the Pogress program. If I try to
use the tabel in a selection query or try to dump the table in a new one
through an action query I get an ODBC error telling me that I cannot get a
lock on (a specific record in) the table if any of the Progress users is
editing the table or adding a record to it.
Is it possible to avoid this situation? I am thinking of making a cloned
recordset of the table (DAO) and dumping this recordset in a new table, but I
don't know how to dump a recordset(Clone) into a table. Or is there a more
elegant solution?
Thank you for helping out!
Maarten