martin2k

Google
 
Web www.martin2k.co.uk

backup in vb


Home Read and add posts to the Visual Basic 6.0 Forums Download some of my programs and OCXs Read the Tips here The old style forum is still available here Contact

Back


From: narender E-mail: narenapi@rediffmail.com 1

Date: Tuesday, April 17, 2001 at 06:06:15

Subject: backup in vb

Comments:

how to take the backup of a MS-Acess database intially when a vb application runs

From: Santhosh Davis E-mail: santhoshdavis@hotmail.com 2

Date: Wednesday, October 24, 2001 at 05:27:31

Subject: RE: backup in vb

Comments:

Pls try to make use of "compact database method" to back up the Acess database while running a VB Program.

 DBEngine.CompactDatabase "source database path", _
         "Destination path", dbLangGeneral
 
From: Sofia (202.9.149.---) E-mail: sofia_162k 3

Date: Tuesday, March 26, 2002 at 07:18:35

Subject: RE: backup in vb

Comments:

I am getting unrecognised database format error if i use the above code.

From: Santhosh Davis (61.11.46.---) E-mail: santhoshdavis@hotmail.com 4

Date: Friday, April 12, 2002 at 06:29:51

Subject: RE: backup in vb

Comments:

Sorry for being late.  In my application I found this compact database method running fine.Till now i didn't find any problem. Shall u explain the Problem briefly  one more method is there using the file script object.  if u still fails to work with this compact database pls let me know at the earliest.  Santhosh

From: Imtiaz Nizami (202.179.140.---) E-mail: i_nizami@yahoo.com 5

Date: Tuesday, August 13, 2002 at 11:14:57

Subject: RE: backup in vb

Comments:

how to take the backup of a MS-SQL database intially when a vb application runs


This forum is no longer taking new messages or replies since 01 November 2002.  The above material is for reference purposes only.

The new Visual Basic 6.0 forum can be found here.


Martin Allen 1999 - 2003.  Last updated Monday 12 May 2003 07:57:10 PM +0100.