Icon View Thread

The following is the text of the current message along with any replies.
Messages 1 to 2 of 2 total
Thread BACKUP DATABASE problems
Thu, Apr 5 2007 8:27 AMPermanent Link

Andrey Lesitsyn
Tim,

Example #1
-----------
1. create table XXX (F1 integer);
2. backup database "MyDatabase" ... --> causes the error#300 "Cannot lock table XXX for transaction access" (with great delay)

Example #2
-----------
1. create table XXX (F1 integer); --> now record with field Name=XXX exists in Information.Tables, but files XXX.* does not exists on disk.
2. select * from XXX; --> now files XXX.* are created on disk
3. backup database "MyDatabase" ... --> OK

--
Best regards,
Andrey
Thu, Apr 5 2007 12:10 PMPermanent Link

Tim Young [Elevate Software]

Elevate Software, Inc.

Avatar

Email timyoung@elevatesoft.com

Andrey,

<< 1. create table XXX (F1 integer);
2. backup database "MyDatabase" ... --> causes the error#300 "Cannot lock
table XXX for transaction access" (with great delay) >>

Okay, this was fixed with 1.02.  It was an issue with trying to backup a
table that had been created, but not yet opened.

--
Tim Young
Elevate Software
www.elevatesoft.com

Image