data control in vb6 doesn't connect to access 2000 db

R

ravijalandhar

When I place a data control on a form in VB6 and try to connect to an Access
database(version 10.0.2616.0), I get the message "unrecognised database
format" while selecting the recordsource in the properties window.
 
D

Douglas J. Steele

Check what version of DAO you've got included with your VB6 application.
Odds are it's 3.5x. You need DAO 3.6 to work with Access 2000, 2002 and
2003.
 
T

Tony Toews [MVP]

ravijalandhar said:
When I place a data control on a form in VB6 and try to connect to an Access
database(version 10.0.2616.0), I get the message "unrecognised database
format" while selecting the recordsource in the properties window.

BTW both Doug and Bob gave you the correct answer. Jet 4.0 is DAO
3.6.

Tony
--
Tony Toews, Microsoft Access MVP
Please respond only in the newsgroups so that others can
read the entire thread of messages.
Microsoft Access Links, Hints, Tips & Accounting Systems at
http://www.granite.ab.ca/accsmstr.htm
Tony's Microsoft Access Blog - http://msmvps.com/blogs/access/
 
Top