VBcoders Guest



Don't have an account yet? Register
 


Forgot Password?



I wanted to make a backup of my mdb database for client after moving to diffrent websites i did not

by PATRICK KAMAU (1 Submission)
Category: Databases/Data Access/DAO/ADO
Compatability: VB 6.0
Difficulty: Unknown Difficulty
Originally Published: Fri 12th October 2001
Date Added: Mon 8th February 2021
Rating: (1 Votes)

I wanted to make a backup of my mdb database for client after moving to diffrent websites i did not find any this made me think of one way of

API Declarations


'PATRICK KAMAU M can be reached with the following
'email address [email protected]
'I not reliable for any misuse or damage caused by the code

Rate I wanted to make a backup of my mdb database for client after moving to diffrent websites i did not



If MsgBox("Do you realy want to BACKUP this System Database?", vbYesNo + vbQuestion) = vbYes Then

On Error GoTo Erh
Dim mback
mback = Shell("C:\Imp\backup.bat", 1)

Else
MsgBox "Please It is always Advisable to backup on your diskete"
End If
Exit Sub
Erh:
MsgBox "Error:" & err.Description
Exit Sub
End Sub

Download this snippet    Add to My Saved Code

I wanted to make a backup of my mdb database for client after moving to diffrent websites i did not Comments

No comments have been posted about I wanted to make a backup of my mdb database for client after moving to diffrent websites i did not. Why not be the first to post a comment about I wanted to make a backup of my mdb database for client after moving to diffrent websites i did not.

Post your comment

Subject:
Message:
0/1000 characters