-
Proble opening Access2000 database in VB6
Can anyone help me?
When I try to open an Access 2000 database in VB& with the Data Control,
appears a messagge, that shows: "Unrecognized database file format".
Thankx
-
Re: Proble opening Access2000 database in VB6
Brian
When setting your connection to the database, use:
Provider=Microsoft.Jet.OLEDB.4.0
(instead of Microsoft.Jet.OLEDB.3.51)
-Scott
"Brian Sternari" <pclogic2000@yahoo.com> wrote:
>
>Can anyone help me?
>When I try to open an Access 2000 database in VB& with the Data Control,
>appears a messagge, that shows: "Unrecognized database file format".
>Thankx
-
Re: Proble opening Access2000 database in VB6
Brian,
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.html then look for
the July 1999 tip of the month. A sample program is provided. You can also
download the new DAO and Jet DLL from the site.
Cheers,
Larry Rebich
larry@buygold.net
www.buygold.net
"Brian Sternari" <pclogic2000@yahoo.com> wrote in message
news:3915af3e$1@news.devx.com...
>
> Can anyone help me?
> When I try to open an Access 2000 database in VB& with the Data Control,
> appears a messagge, that shows: "Unrecognized database file format".
> Thankx
-
Re: Proble opening Access2000 database in VB6
On 7 May 2000 12:00:05 -0700, "Scott Moses" <smoses@eee.org> wrote:
¤
¤ Brian
¤ When setting your connection to the database, use:
¤ Provider=Microsoft.Jet.OLEDB.4.0
¤ (instead of Microsoft.Jet.OLEDB.3.51)
He is using the Data Control which implements DAO, so this won't help him.
Paul ~~~ pclement@ameritech.net
Microsoft MVP (Visual Basic)
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Development Centers
-- Android Development Center
-- Cloud Development Project Center
-- HTML5 Development Center
-- Windows Mobile Development Center
|