I think, from memory - which is a bit rusty, Batchmove requires exclusive access. Regards Paul [EMAIL PROTECTED] -----Original Message----- From: Juan Manuel Gomez Ramos [mailto:[EMAIL PROTECTED]] Sent: Thursday, 10 June 1999 05:09 AM To: Multiple recipients of list delphi Subject: [DUG]: Table is busy (DBE error) (upgraded request) Hi delphians: About my previous question: > I'm trying to execute a BatchMove from a query to a table and I get a > "Table is busy" error respecting the destination table of the BatchMove. > What could be happening? I don't know where to look for an error. No other process/app is accessing the DB. I'm trying to make a query (that, works fine) and save the resulting table to a disk/directory. The solution I found was to make an exact copy of the table from were the query is made (with a different file name), move the contents of the query to such table (the copy) with a batchmove and then just copy the file (.db) to were the user selects. The same app in other machine should accept (that's not done yet) that table as an entry and add the records to a twin table in the DB. I do this because I found no way to create a table using the query component. If anyone has a better idea, it will be welcome. I don't understand why the "Table is busy" exception is arised when the batchmove is executed. Thanks in advance for any help. Juan Manuel Gomez Ramos Computer Science student at Havana University email:<[EMAIL PROTECTED]> <[EMAIL PROTECTED]> eFax:(707) 313-0329 internet:http://cronos.freeservers.com Hope is faith holding out its hand in the dark. --------------------------------------------------------------------------- New Zealand Delphi Users group - Delphi List - [EMAIL PROTECTED] Website: http://www.delphi.org.nz --------------------------------------------------------------------------- New Zealand Delphi Users group - Delphi List - [EMAIL PROTECTED] Website: http://www.delphi.org.nz
