Icon View Thread

The following is the text of the current message along with any replies.
Messages 1 to 4 of 4 total
Thread AV With Backup Statement
Fri, Jun 22 2007 8:55 PMPermanent Link

Michael Thompson
dmPatientModule.EDBLocalSession.Execute('BACKUP DATABASE "NWRenal" ' +
                'AS "TestBackup-' + dmPatientModule.EDBEngine1.DateToSQLStr(Date)+'" '+
                'TO ''C:\Users\Michael\Desktop'' '+
                'INCLUDE CATALOG');

This statement is causing an AV. 1.04b2
Sun, Jun 24 2007 11:02 AMPermanent Link

Michael Thompson
Here is a test case....



Attachments: TestCase.zip
Mon, Jun 25 2007 5:15 PMPermanent Link

Tim Young [Elevate Software]

Elevate Software, Inc.

Avatar

Email timyoung@elevatesoft.com

Michael,

<< dmPatientModule.EDBLocalSession.Execute('BACKUP DATABASE "NWRenal" ' +
                'AS "TestBackup-' +
dmPatientModule.EDBEngine1.DateToSQLStr(Date)+'" '+
                'TO ''C:\Users\Michael\Desktop'' '+
                'INCLUDE CATALOG');

This statement is causing an AV. 1.04b2 >>

Add a backup description with the DESCRIPTION clause and that will fix it
until B3 is available.

--
Tim Young
Elevate Software
www.elevatesoft.com

Mon, Jun 25 2007 5:44 PMPermanent Link

Michael Thompson
Thanks,

Tim


"Tim Young [Elevate Software]" <timyoung@elevatesoft.com> wrote:

Michael,

<< dmPatientModule.EDBLocalSession.Execute('BACKUP DATABASE "NWRenal" ' +
                'AS "TestBackup-' +
dmPatientModule.EDBEngine1.DateToSQLStr(Date)+'" '+
                'TO ''C:\Users\Michael\Desktop'' '+
                'INCLUDE CATALOG');

This statement is causing an AV. 1.04b2 >>

Add a backup description with the DESCRIPTION clause and that will fix it
until B3 is available.

--
Tim Young
Elevate Software
www.elevatesoft.com

Image