Library Database using vb and access help

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • samvb
    New Member
    • Oct 2006
    • 228

    Library Database using vb and access help

    Hello guyz,
    i nearly finished a library db for a school project, but my instructor said i need to include a built-in backup feature. I am stack there and need your help. How can i backup a db file when books may have been borrowed? The prob is that if user needs to restore the backed up file, invalid data may be present due to changes. How can I get around this problem? Any idea is highly appreciated.

    10X

    SAM
  • shrimant
    New Member
    • Sep 2007
    • 48

    #2
    If the DB is Oracle or SQL server You can just Backup the Transaction logs and from the Transaction log itself you could restore each and every piece of activity. There are professional tools available to restore from Transaction log one example is Lumigent Log Explorer.

    Since your DB is Access you can use install the Free SQLServerExpres s version and then from within Access Upsize Access tables to SQL Server. Download it from the link below:
    Visual Studio dev tools & services make app development easy for any developer, on any platform & language. Develop with our code editor or IDE anywhere for free.


    You would need the SQL Management Studio to manage your SQL Server Download it from here:

    Comment

    Working...