-
Access 2000 automation from VB6
Can an Access 2000 database be opened from VB6?
I have a code that uses Access 97 databases. When I upgrade to
Access 2000 the code stops working for any database converted to Access 2000
format- Error "Unrecognized data format". Even newly created Access 2000
databases can not be opened from VB6.
The weird thing is that I can still open any Access 97 database form VB6
after the installation of Access 2000. The SR-1 office patch doesn't help.
Is there any known compatibility issue between VB6 and Access 2000?
Mak
-
Re: Access 2000 automation from VB6
How are you opening the database?
Mak Foka wrote in message <38fcaa9e$1@news.devx.com>...
>
>Can an Access 2000 database be opened from VB6?
>
>I have a code that uses Access 97 databases. When I upgrade to
>Access 2000 the code stops working for any database converted to Access
2000
>format- Error "Unrecognized data format". Even newly created Access 2000
>databases can not be opened from VB6.
>The weird thing is that I can still open any Access 97 database form VB6
>after the installation of Access 2000. The SR-1 office patch doesn't help.
>
>Is there any known compatibility issue between VB6 and Access 2000?
>
>Mak
-
Re: Access 2000 automation from VB6
I think Ms. Kurata hints at the most possible cause: how are you opening
the file? I noticed that when using ADO I had to reference the provider
as "Microsoft.Jet.OLEDB.4.0" rather than "Microsoft.Jet.OLEDB.3.51"
Good luck!
"Mak Foka" <mfoka@bispoint.com> wrote:
>
>Can an Access 2000 database be opened from VB6?
>
>I have a code that uses Access 97 databases. When I upgrade to
>Access 2000 the code stops working for any database converted to Access
2000
>format- Error "Unrecognized data format". Even newly created Access 2000
>databases can not be opened from VB6.
>The weird thing is that I can still open any Access 97 database form VB6
>after the installation of Access 2000. The SR-1 office patch doesn't help.
>
>Is there any known compatibility issue between VB6 and Access 2000?
>
>Mak
-
Re: Access 2000 automation from VB6
Thanks Peter,
Your hint was very helpfull. I Checked the Office2000 web site
and realized that DAO3.6 was used in Access2000 and my application was still
referencing the DAO 3.51 library.
Mak
"Peter McKown" <mckown@ohio.edu> wrote:
>
>I think Ms. Kurata hints at the most possible cause: how are you opening
>the file? I noticed that when using ADO I had to reference the provider
>as "Microsoft.Jet.OLEDB.4.0" rather than "Microsoft.Jet.OLEDB.3.51"
>
>Good luck!
>
>
>"Mak Foka" <mfoka@bispoint.com> wrote:
>>
>>Can an Access 2000 database be opened from VB6?
>>
>>I have a code that uses Access 97 databases. When I upgrade to
>>Access 2000 the code stops working for any database converted to Access
>2000
>>format- Error "Unrecognized data format". Even newly created Access 2000
>>databases can not be opened from VB6.
>>The weird thing is that I can still open any Access 97 database form VB6
>>after the installation of Access 2000. The SR-1 office patch doesn't help.
>>
>>Is there any known compatibility issue between VB6 and Access 2000?
>>
>>Mak
>
Similar Threads
-
By Dean Earley in forum VB Classic
Replies: 2
Last Post: 05-31-2002, 07:39 PM
-
By Santosh in forum VB Classic
Replies: 3
Last Post: 05-08-2001, 11:15 AM
-
By JimmyD in forum VB Classic
Replies: 1
Last Post: 01-24-2001, 07:13 PM
-
By Mak Foka in forum authorevents.kurata
Replies: 0
Last Post: 04-18-2000, 03:44 PM
-
By FloridaSteve in forum VB Classic
Replies: 2
Last Post: 03-23-2000, 10:45 AM
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
|