Results 1 to 4 of 4

Thread: VB6/Access Upgrade

  1. #1

    Thread Starter
    New Member
    Join Date
    Nov 2005
    Posts
    1

    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!!

  2. #2
    Banned randem's Avatar
    Join Date
    Oct 2002
    Location
    Maui, Hawaii
    Posts
    11,385

    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.

  3. #3
    KING BODWAD XXI BodwadUK's Avatar
    Join Date
    Aug 2002
    Location
    Nottingham
    Posts
    2,176

    Re: VB6/Access Upgrade

    Thats is probably the only way
    If you dribble then you are as mad as me

    Lost World Creations Website (XBOX Indie games)
    Lene Marlin

  4. #4
    I'm about to be a PowerPoster! Hack's Avatar
    Join Date
    Aug 2001
    Location
    Searching for mendhak
    Posts
    58,333

    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
  •  



Click Here to Expand Forum to Full Width