can i copy my database to a new databasefile using VB6?

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • jaz215
    New Member
    • Nov 2007
    • 55

    can i copy my database to a new databasefile using VB6?

    Hi programmers! my program is an automated logsheet. i was wondering because a logsheet can be so long given a week or months even years of logging in and out i was wondering maybe if i could save the database to a new dbase file (emptying my logsheet database in the process. this is to ensure i would not run out of space as databases has its limitation.

    or any suggestion in a database that i could use?

    or am i just overthinking?
  • debasisdas
    Recognized Expert Expert
    • Dec 2006
    • 8119

    #2
    You are just overthinking .

    Comment

    • lotus18
      Contributor
      • Nov 2007
      • 865

      #3
      Try FileCopy function to backup your database and save it to another hardisk or removable disk then you can delete all loglist record from your database to save space. That's it. :)

      Comment

      • jaz215
        New Member
        • Nov 2007
        • 55

        #4
        Originally posted by lotus18
        Try FileCopy function to backup your database and save it to another hardisk or removable disk then you can delete all loglist record from your database to save space. That's it. :)
        Thanks! Greate Idea! i guess this will fix the problem.. anymore suggestions on this one? :P

        Comment

        Working...