Icon View Thread

The following is the text of the current message along with any replies.
Messages 1 to 6 of 6 total
Thread Database Backup
Sun, May 28 2006 2:34 PMPermanent Link

"Johnnie Norsworthy"
In v4, is there a SQL statement to backup a C/S database or do I have to use
TDBISAMDatabase.Backup()?

For some reason I thought there was a SQL method to do the backup, but I do
not find it in any of the documentation.

Thanks,

Johnnie

Tue, May 30 2006 8:38 AMPermanent Link

Tim Young [Elevate Software]

Elevate Software, Inc.

Avatar

Email timyoung@elevatesoft.com

Johnnie,

<< In v4, is there a SQL statement to backup a C/S database or do I have to
use TDBISAMDatabase.Backup()?

For some reason I thought there was a SQL method to do the backup, but I do
not find it in any of the documentation. >>

It was planned, but never made it to fruition.  The TDBISAMDatabase.Backup
method is the way to go.

--
Tim Young
Elevate Software
www.elevatesoft.com

Tue, May 30 2006 10:25 AMPermanent Link

"Johnnie Norsworthy"
"Tim Young [Elevate Software]" <timyoung@elevatesoft.com> wrote in message
news:3242A171-FB30-4E77-A6C5-ACEEA4C84B04@news.elevatesoft.com...
> Johnnie,
>
> << In v4, is there a SQL statement to backup a C/S database or do I have
> to use TDBISAMDatabase.Backup()?
>
> For some reason I thought there was a SQL method to do the backup, but I
> do not find it in any of the documentation. >>
>
> It was planned, but never made it to fruition.  The TDBISAMDatabase.Backup
> method is the way to go.

OK, that explains why I saw a TSQLStatementType, stBackup, "Indicates the
SQL statement is a BACKUP DATABASE statement.", but no BACKUP DATABASE
command.

Thanks,
Johnnie

Wed, May 31 2006 12:25 PMPermanent Link

Tim Young [Elevate Software]

Elevate Software, Inc.

Avatar

Email timyoung@elevatesoft.com

Johnnie,

<< OK, that explains why I saw a TSQLStatementType, stBackup, "Indicates the
SQL statement is a BACKUP DATABASE statement.", but no BACKUP DATABASE
command. >>

Yep. Smiley

--
Tim Young
Elevate Software
www.elevatesoft.com

Fri, Jun 2 2006 11:37 AMPermanent Link

adam
But a BackUp command in SQL is planned for V5 ??? Wink

Adam

Mon, Jun 5 2006 9:09 AMPermanent Link

Tim Young [Elevate Software]

Elevate Software, Inc.

Avatar

Email timyoung@elevatesoft.com

Adam,

<< But a BackUp command in SQL is planned for V5 ??? Wink>>

Absolutely.  ElevateDB does almost everything in SQL.

--
Tim Young
Elevate Software
www.elevatesoft.com

Image