Click to See Complete Forum and Search --> : DAO Data Control


Rex Brymer
01-29-2002, 09:01 AM
We have some ancient apps that use the DAO Data Control. These apps have
been upgraded from vb4 to vb5 to vb6. We are currently migrating to Windows
and Office 2000. The DAO Data Control wil not read the Access 2000 database.
The programmer does not want to use ADO. Is there a work arount to this?
Thanks

Larry Rebich
01-29-2002, 10:44 AM
Rex:

Some months ago I wrote a tip of the month that I call 'What I Learned About
DAO 3.6 and Jet 4.0'. Link to http://www.buygold.net/tips then look for the
July 1999 tip of the month. A sample program is provided that creates a Jet
4 [Access 2000] database.

Cheers,
Larry Rebich

More tips link to:
http://www.buygold.net/tips

Please:
No personal e-mail questions :-)


"Rex Brymer" <rcbrymer@nc.rr.com> wrote in message
news:3c569d34$1@10.1.10.29...
>
> We have some ancient apps that use the DAO Data Control. These apps have
> been upgraded from vb4 to vb5 to vb6. We are currently migrating to
Windows
> and Office 2000. The DAO Data Control wil not read the Access 2000
database.
> The programmer does not want to use ADO. Is there a work arount to this?
> Thanks

Veign
01-29-2002, 11:08 AM
What does the programmer have against ADO?

--
Veign
Designing Solutions
www.veign.com
VB Code Samples & Projects
www.veign.com/information/info_main.html


"Rex Brymer" <rcbrymer@nc.rr.com> wrote in message
news:3c569d34$1@10.1.10.29...
>
> We have some ancient apps that use the DAO Data Control. These apps have
> been upgraded from vb4 to vb5 to vb6. We are currently migrating to
Windows
> and Office 2000. The DAO Data Control wil not read the Access 2000
database.
> The programmer does not want to use ADO. Is there a work arount to this?
> Thanks

Phil Weber
01-29-2002, 12:51 PM
> The DAO Data Control wil not read the Access 2000 database...
> Is there a workaround to this?

Rex: See the following article in the Microsoft Knowledge Base:

PRB: Error "Unrecognized Database Format" When You Upgrade
to Access 2000 or 2002 (Q238401)
http://support.microsoft.com/default.aspx?scid=kb;en-us;Q238401

---
Phil Weber

Phil Weber
01-29-2002, 12:52 PM
> PRB: Error "Unrecognized Database Format" When You Upgrade
> to Access 2000 or 2002 (Q238401)
> http://support.microsoft.com/default.aspx?scid=kb;en-us;Q238401

P.S. -- I found the above article by searching for "Access 2000" at
http://www.codehound.com/vb .

Misael Salvador
01-29-2002, 08:34 PM
You have to update the VS6 with Service pack 5, and the DAO Data control get
the Access2000; Value for connect property.


"Rex Brymer" <rcbrymer@nc.rr.com> wrote:
>
>We have some ancient apps that use the DAO Data Control. These apps have
>been upgraded from vb4 to vb5 to vb6. We are currently migrating to Windows
>and Office 2000. The DAO Data Control wil not read the Access 2000 database.
> The programmer does not want to use ADO. Is there a work arount to this?
> Thanks