Z zafar Jan 19, 2007 #1 I need to creating backup of database on user defined location in hard disk. thanx for helping in this regard
I need to creating backup of database on user defined location in hard disk. thanx for helping in this regard
C Cyril Gupta Jan 19, 2007 #2 Hello zafar, You can very well achieve this by simply making a copy of the file to another location Regards, Cyril Gupta - You can do anything with a little bit of 'magination. - I've been programming so long, my brain is now soft-ware. z> I need to creating backup of database on user defined location in z> hard disk. thanx for helping in this regard z>
Hello zafar, You can very well achieve this by simply making a copy of the file to another location Regards, Cyril Gupta - You can do anything with a little bit of 'magination. - I've been programming so long, my brain is now soft-ware. z> I need to creating backup of database on user defined location in z> hard disk. thanx for helping in this regard z>
N Newbie Coder Jan 19, 2007 #3 I agree with the other user There is a piece of code on http://www.planet-source-code.com which does the same thing So, use a timer & add a file copy routine within the timer_tick event to make sure its backed up Here's the code I mentioned, but I haven't downloaded it: http://www.planet-source-code.com/vb/scripts/ShowCode.asp?txtCodeId=2406&lngWId=10 I hope this helps, Newbie Coder (It's just a name)
I agree with the other user There is a piece of code on http://www.planet-source-code.com which does the same thing So, use a timer & add a file copy routine within the timer_tick event to make sure its backed up Here's the code I mentioned, but I haven't downloaded it: http://www.planet-source-code.com/vb/scripts/ShowCode.asp?txtCodeId=2406&lngWId=10 I hope this helps, Newbie Coder (It's just a name)