Re: VB6 / switch versions of Access library reference.
From: Douglas J. Steele (NOSPAM_djsteele_at_NOSPAM_canada.com)
Date: 08/06/04
- Next message: William \(Bill\) Vaughn: "Re: VB.NET - Desktop App - DB Connections"
- Previous message: William \(Bill\) Vaughn: "Re: how to change the code come from using ADODC Data Control to Dataenvironment"
- In reply to: John D: "VB6 / switch versions of Access library reference."
- Messages sorted by: [ date ] [ thread ]
Date: Fri, 6 Aug 2004 18:32:05 -0400
You could use Late Binding. That way, you don't need to set a reference at
all.
Some people feel there's a performance hit with late binding, but I've never
found it to be that noticable.
-- Doug Steele, Microsoft Access MVP http://I.Am/DougSteele (no e-mails, please!) "John D" <john.doss@comcast.net> wrote in message news:6766b8dd.0408051843.58f23929@posting.google.com... > Greetings, > I have a VB6 app which gathers a custom property value from a local MS > Access 2000 file. It compares the custom property value with the same > custom property in a master MS Access 2000 file on a network. Until > Access XP came along, this worked fine with those PC's running Access > 2000. My VB app used the Microsoft Access 9.0 library to do the job, > but when a PC using Access XP runs it, I don't get the same results. > Shall I create a separate version of my app using the Microsoft Access > 10 Library, and use it on those PC's running Access XP??? Is there a > way to detect which version the user is using and dynamically switch > to the respective library??? > I'm interested in using one version of my app rather than two merely > for the challenge. However, two versions would be a quick fix. > > Thank you in advance. > John
- Next message: William \(Bill\) Vaughn: "Re: VB.NET - Desktop App - DB Connections"
- Previous message: William \(Bill\) Vaughn: "Re: how to change the code come from using ADODC Data Control to Dataenvironment"
- In reply to: John D: "VB6 / switch versions of Access library reference."
- Messages sorted by: [ date ] [ thread ]
Relevant Pages
|