How to program for Access 2000 
Author Message
 How to program for Access 2000

Ok, I have been developing a frontend for an Access 97 database, and it
came to my attention that rather than using an Access 97 backend, we
will now be using an Access 2000 backend. I really am not too sure what
differences that would make within the app. Can someone help me? I've
tried just simply loading the new access 2000 database, but it says it
is in an unrecognized format.

I am using

DAO 3.6 (I know,I know)
VB 6

thanks,
OpenCZun

Sent via Deja.com
http://www.*-*-*.com/



Sat, 28 Jun 2003 00:03:27 GMT  
 How to program for Access 2000


Quote:
> Ok, I have been developing a frontend for an Access 97 database, and
it
> came to my attention that rather than using an Access 97 backend, we
> will now be using an Access 2000 backend. I really am not too sure
what
> differences that would make within the app.

very, very little.

Quote:
>Can someone help me? I've
> tried just simply loading the new access 2000 database, but it says it
> is in an unrecognized format.

> I am using

> DAO 3.6 (I know,I know)
> VB 6

This error indicates that you haven't installed the new version of JET.
You can't open an A2K MDB without the A2K JET db engine installed.

So install A2K on your developement machine, and make sure that the
latest version of JET is included in the References... section of your
project and you should be good to go.

Sent via Deja.com
http://www.deja.com/



Sat, 28 Jun 2003 01:38:54 GMT  
 How to program for Access 2000


Quote:


> > Ok, I have been developing a frontend for an Access 97 database, and
> it
> > came to my attention that rather than using an Access 97 backend, we
> > will now be using an Access 2000 backend. I really am not too sure
> what
> > differences that would make within the app.

> very, very little.

> >Can someone help me? I've
> > tried just simply loading the new access 2000 database, but it says
it
> > is in an unrecognized format.

> > I am using

> > DAO 3.6 (I know,I know)
> > VB 6

> This error indicates that you haven't installed the new version of
JET.
> You can't open an A2K MDB without the A2K JET db engine installed.

> So install A2K on your developement machine, and make sure that the
> latest version of JET is included in the References... section of your
> project and you should be good to go.

> Sent via Deja.com
> http://www.deja.com/

Thanks for the help. I talked to my supervisor, and I guess I was
supposed to be using ADO all along. Oops. How's that for project
definition...

OpenCZun

Sent via Deja.com
http://www.deja.com/



Sat, 28 Jun 2003 03:04:54 GMT  
 
 [ 3 post ] 

 Relevant Pages 

1. How to convert a Access 95 program to Access 2000 program

2. Converting program from SQL 2000 to Access 2000

3. Program from access 97 won't work in access 2000

4. access program database shrink in Access 2000

5. An access 95 program doesn't work on access 2000

6. read excel file in access 2000 lire fichier excel dans access 2000

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

8. Accessing reports in Access 2000 with SQL 2000 as Backend

9. Distributing VB/Access 2000 Apps to non Access 2000 owners

10. Programming Excel Objects from Access 2000

11. access 2000 developer- installation program?

12. Call Access 2000 module from VB program

 

 
Powered by phpBB® Forum Software