Wrox Programmer Forums
Go Back   Wrox Programmer Forums > Visual Basic > VB 6 Visual Basic 6 > VB Databases Basics
|
VB Databases Basics Beginning-level VB coding questions specific to using VB with databases. Issues not specific to database use will be redirected to other forums.
Welcome to the p2p.wrox.com Forums.

You are currently viewing the VB Databases Basics section of the Wrox Programmer to Programmer discussions. This is a community of software programmers and website developers including Wrox book authors and readers. New member registration was closed in 2019. New posts were shut off and the site was archived into this static format as of October 1, 2020. If you require technical support for a Wrox book please contact http://hub.wiley.com
 
Old November 30th, 2008, 11:29 PM
Registered User
 
Join Date: Nov 2008
Posts: 3
Thanks: 0
Thanked 0 Times in 0 Posts
Default Updating database & saving it to another file

I would like to ask if it is possible to retrieve the database, update the contents and save it to another file and later can be accessed and retrieved for reference purposes.

For example:

I used the "AnimalCount.MDB" database to display the usual daily count of animals on my database.

I want to update the animal count inside the "AnimalCount.MDB" database but i want to save it to a different database file which my program can access on a later time so I can determine the exact animal count on a particular date.Instead of modifying "AnimalCount.MDB". The new file will be saved as "AC-12012008.MDB", which can be opened and displayed by my program for future reference.

Thanks you very much. :).


Once A Newbie Always A Newbie
 
Old December 1st, 2008, 06:58 AM
Friend of Wrox
 
Join Date: Jun 2003
Posts: 2,189
Thanks: 5
Thanked 59 Times in 57 Posts
Send a message via MSN to gbianchi
Default

Hi there.. Isn't easy to just save it to a new table??

If you copy the database everyday, you are populating the HD with data, that will be hard to retrieve after, and all the idea of the database is to store data ;)

HTH

Gonzalo

================================================== =========
Read this if you want to know how to get a correct reply for your question:
http://www.catb.org/~esr/faqs/smart-questions.html
^^Took that from dparsons signature and he Took that from planoie's profile
================================================== =========
My programs achieved a new certification (can you say the same?):
WORKS ON MY MACHINE
http://www.codinghorror.com/blog/archives/000818.html
================================================== =========
I know that CVS was evil, and now i got the proof:
http://worsethanfailure.com/Articles...-Hate-You.aspx
================================================== =========





Similar Threads
Thread Thread Starter Forum Replies Last Post
Help Needed: Updating & Saving Database OnceANewbie BOOK: Beginning Visual Basic 2005 ISBN: 978-0-7645-7401-6 0 November 30th, 2008 10:05 PM
Case Select Statements & Updating the Database jackiew General .NET 1 April 11th, 2006 11:47 AM
Saving/Retrieving Image file to Database davekrunal46 VB How-To 6 January 11th, 2006 04:41 AM
Saving Word file into Database melvik SQL Server 2000 4 November 28th, 2005 09:12 AM
Saving Word file into Database melvik C# 0 March 8th, 2004 07:36 AM





Powered by vBulletin®
Copyright ©2000 - 2020, Jelsoft Enterprises Ltd.
Copyright (c) 2020 John Wiley & Sons, Inc.