I want to backup my database when a changes happen in my system,like for example i add new user/ update/ delete etc. I want to know wether it is possible or not?I'm not a pro user of vb.net that's why everything is still new to me :)
jez9 5 Junior Poster
Recommended Answers
Jump to PostWell, If you plan to do backups when any change happens, you must consider that you will run out of space very fast.
It is prefered to implement a mechanism to save or to track who makes changes, or something to save the previous and new values in order to …
Jump to Posti used ms access
For Access just copy and paste your database to your destination folder by using FileSystemObject programmatically.
If you use MSSQL or MySQL you must make a procedure to get a backup of your database.
All 7 Replies
djjeavons 113 partis vestri scientia
dxider 0 Light Poster
jez9 5 Junior Poster
djjeavons 113 partis vestri scientia
pritaeas 2,211 ¯\_(ツ)_/¯ Moderator Featured Poster
jez9 5 Junior Poster
Santanu.Das 125 Santanu Das
Be a part of the DaniWeb community
We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.