Access 2000 database in VB6 - no write access 
Author Message
 Access 2000 database in VB6 - no write access

I now have the ability to access my Access 2000 database using an ADO data
control, but now I can't seem to find a way to give myself read-write access
to the file.  I'm sure it is probably a simple error.  I have found the tab
where I set permissions, and I have selected Read, Write, and ReadWrite.
When I click OK and go back, ReadWrite has been unchecked yet Read and Write
are still checked.  Suggestions?

Martin Meyer

Quote:
----- Original Message -----

Newsgroups: microsoft.public.vb.database
Sent: Thursday, December 09, 1999 11:40 PM
Subject: Access 2000 integration

> I am having difficulty using a database I created in Access 2000 in Visual
> Basic 6 Enterprise.  When I try to set the record source for the database
> control, I get a message about it not being a recognised database format.
I
> am running with SP3 now, and I'm opened to any suggestions that might
help.

> MJ Meyer
> Meyer Technologies



Sat, 01 Jun 2002 03:00:00 GMT  
 Access 2000 database in VB6 - no write access
you have to set the cursortype and locktype properties -- the default
is read-only.

On Tue, 14 Dec 1999 00:58:03 -0500, "MeyerTek"

Quote:

>I now have the ability to access my Access 2000 database using an ADO data
>control, but now I can't seem to find a way to give myself read-write access
>to the file.  I'm sure it is probably a simple error.  I have found the tab
>where I set permissions, and I have selected Read, Write, and ReadWrite.
>When I click OK and go back, ReadWrite has been unchecked yet Read and Write
>are still checked.  Suggestions?

>Martin Meyer
>----- Original Message -----

>Newsgroups: microsoft.public.vb.database
>Sent: Thursday, December 09, 1999 11:40 PM
>Subject: Access 2000 integration

>> I am having difficulty using a database I created in Access 2000 in Visual
>> Basic 6 Enterprise.  When I try to set the record source for the database
>> control, I get a message about it not being a recognised database format.
>I
>> am running with SP3 now, and I'm opened to any suggestions that might
>help.

>> MJ Meyer
>> Meyer Technologies



Sat, 01 Jun 2002 03:00:00 GMT  
 Access 2000 database in VB6 - no write access
I'have the same problem whith ADO in VB6 and ACCESS 2000
(not recognised database format)
how you get your problem resolved
sorry my Englis !!
From island S.MIGUEL A?ORES PORTUGAL


Quote:
> > I am having difficulty using a database I created in Access 2000 in
Visual
> > Basic 6 Enterprise.  When I try to set the record source for the
database
> > control, I get a message about it not being a recognised database
format.
> I
> > am running with SP3 now, and I'm opened to any suggestions that might
> help.

> > MJ Meyer
> > Meyer Technologies



Mon, 03 Jun 2002 03:00:00 GMT  
 Access 2000 database in VB6 - no write access
In your VB6 project, you must make reference to the DAO 3.6 object library
first.

Darren O'Leary


Quote:
> I'have the same problem whith ADO in VB6 and ACCESS 2000
> (not recognised database format)
> how you get your problem resolved
> sorry my Englis !!
> From island S.MIGUEL A?ORES PORTUGAL


> > > I am having difficulty using a database I created in Access 2000 in
> Visual
> > > Basic 6 Enterprise.  When I try to set the record source for the
> database
> > > control, I get a message about it not being a recognised database
> format.
> > I
> > > am running with SP3 now, and I'm opened to any suggestions that might
> > help.

> > > MJ Meyer
> > > Meyer Technologies



Tue, 04 Jun 2002 03:00:00 GMT  
 
 [ 4 post ] 

 Relevant Pages 

1. Importing an Access 2000 table into another Access 2000 database with VB Code

2. VB6, ADO, and writing to an Access 2000 db with user level security

3. problems with writing to a Access 2000 database

4. Application written for Access 2000 with DAO won't run in Access 2002

5. distributing an app written in access 2000 runtime but client still uses access 97

6. Control Data of VB6.0 with ACCESS 2000 database problem

7. HELP WITH ADDING TO ACCESS 2000 DATABASE WITH VB6

8. VB6 to Access 2000 Jet database Error

9. VB6 and Access 2000 Database using data control

10. Creating a Access 2000 database with VB6.0

11. is vb6 compatible with access 2000 databases

12. VB6 - Access 2000 - "Unrecognized Database Format"

 

 
Powered by phpBB® Forum Software