Database back UP

hadinatayp

Well-known member
Joined
Feb 8, 2006
Messages
95
Programming Experience
Beginner
I have a form and a button on it.

when i click the button itl will back-up my database.

does anybody know how to do it?

thx.
 
The articel that i read it use a user account to login to sql server :

OSqlServer.Connect("(local)\sqlexpress","user","password")

what should i put into to the function parameter, if i use the windows authentification to login to the sql?
I tried --> OSqlServer.Connect("(local)\sqlexpress") --> but it gave a an error message state login failed for user etc,etc
 
Back
Top