|
-
Nov 15th, 2005, 02:01 AM
#1
Thread Starter
New Member
VB6/Access Upgrade
I have a fat-client application written in VB6 with an Access database that is currently installed on several different machines. I have made upgrades to this application that involve the Access database (added columns, removed columns, change column data types, etc). I need to retain the data that already exists in the database on these machines and want this data to be ported to the new database when it is installed.
What is the easiest way of doing this?
Thanks in advance!!
-
Nov 15th, 2005, 02:32 AM
#2
Re: VB6/Access Upgrade
The easiest way is to include a new database with all the added fields and new queries to transfer the data from the old database. So you can write a small app that does nothing but executes the queries to transfer the data.
-
Nov 15th, 2005, 06:59 AM
#3
KING BODWAD XXI
Re: VB6/Access Upgrade
Thats is probably the only way
-
Nov 15th, 2005, 07:02 AM
#4
Re: VB6/Access Upgrade
Make sure, however, that you either:
1. Name the new database a different name than the old database so the old database doesn't get overlayed.
2. Or, if you wish to retain the same name, place the new database in a different folder than the old database so the old database doesn't get overlayed.
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|