Results 1 to 12 of 12

Thread: [RESOLVED] Compatiblitiy Question

  1. #1

    Thread Starter
    PowerPoster
    Join Date
    Sep 2005
    Location
    Modesto, Ca.
    Posts
    5,517

    Resolved [RESOLVED] Compatiblitiy Question

    My VB6 app uses a Access 2003 database. I know that a clients machine does not need Access installed on it for the program to function correctly. But if a client has Access 2007 installed on their machine will that affect my program and what would happen if they open the database using Access 2007? I don't have 2007 so I can't test it.

    Any help would be appreciated, Thanks

  2. #2
    PowerPoster RhinoBull's Avatar
    Join Date
    Mar 2004
    Location
    New Amsterdam
    Posts
    24,132

    Re: Compatiblitiy Question

    Your application may be affected if you are automating MS Access - running reports, macros, etc...
    However, if you use ADODB library to access (interact) data then it will not be affected as long as you include proper MDAC version in your distribution package.
    Accessing data only requires JET engine but not MS Access aplication entirely.

  3. #3

    Thread Starter
    PowerPoster
    Join Date
    Sep 2005
    Location
    Modesto, Ca.
    Posts
    5,517

    Re: Compatiblitiy Question

    Rhino,
    Thanks for the reply. Can the client open the database using Access 2007 without it affecting the 2003 format?

    Thanks again

  4. #4

  5. #5
    Super Moderator si_the_geek's Avatar
    Join Date
    Jul 2002
    Location
    Bristol, UK
    Posts
    41,974

    Re: Compatiblitiy Question

    If they do open it in 2007 they will probably be asked if they want to upgrade it to the 2007 format - if they do that then your program will not be able to connect to it.

    As such, I would recommend the same as RhinoBull did.

  6. #6

    Thread Starter
    PowerPoster
    Join Date
    Sep 2005
    Location
    Modesto, Ca.
    Posts
    5,517

    Re: Compatiblitiy Question

    Rhino and Si,

    I agree with your response and urge the client not to access live data, but the ability to access the database was part of the initial contract several years ago. The manager was an Access buff.

    So, is it possible to open the 2003 database in Access 2007 without changing the format?

    Thanks for the responses.

  7. #7
    Super Moderator si_the_geek's Avatar
    Join Date
    Jul 2002
    Location
    Bristol, UK
    Posts
    41,974

    Re: Compatiblitiy Question

    It is, but there is a toolbar that says something like "some features are disabled, click here for options...", which presumably makes it easy (and very tempting) for them to do the conversion.

  8. #8

  9. #9

    Thread Starter
    PowerPoster
    Join Date
    Sep 2005
    Location
    Modesto, Ca.
    Posts
    5,517

    Re: Compatiblitiy Question

    Si and Martin,

    Thats what I needed to know, thanks. I will be warning them of the bad things that could happen with playing in live data. My system makes it very easy to create a copy of the data and this is what they should use if they feel compelled to use the data outside of the application. I have a long relationship with this client and they understand if they corrupt the data they will have to pay to get it fixed.

    Thanks Again

  10. #10

  11. #11

  12. #12

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