Visual Basic 4.0 16bit, Jet 2.5/3.0/3.5, MS-Access 7.0 
Author Message
 Visual Basic 4.0 16bit, Jet 2.5/3.0/3.5, MS-Access 7.0

I am attempting to access a MS-Access database constructed with MS-Access
Version 7.0 using DAO 2.5 and Visual Basic 4.0 16bit.  I keep getting an
error opening the database in my Visual Basic application.  Why?  Any
suggestions or comments would be greatly appreciated.

Thanks in advance for your help.

Stan.



Mon, 09 Aug 1999 03:00:00 GMT  
 Visual Basic 4.0 16bit, Jet 2.5/3.0/3.5, MS-Access 7.0

Quote:

> I am attempting to access a MS-Access database constructed with MS-Access
> Version 7.0 using DAO 2.5 and Visual Basic 4.0 16bit.  I keep getting an
> error opening the database in my Visual Basic application.  Why?  Any
> suggestions or comments would be greatly appreciated.

> Thanks in advance for your help.

> Stan.

My guest would be you are using Visual Basic 16bit and Access 7 is a
32bit program. For a successfull opening of the database you should be
using the 32bit version of Visual Basic.

--

   Travis Lyndon                          Telephone  ESN 6-393-2099
   Lab Manager - SSP8-0, SSP8-1           Depart     7X22
   Generic Services Framework             Mail       SKY 089



Mon, 09 Aug 1999 03:00:00 GMT  
 Visual Basic 4.0 16bit, Jet 2.5/3.0/3.5, MS-Access 7.0

You can't open a 32-bit database (Access 7.0) with a 16-bit version of Jet
(vb 4.0 16-bit).  You need to recreate the database using the datamanager
that comes with the 16-bit version of VB or Access 2.0.

--
Keith Benedict
Software Engineer
Triad Systems



Quote:
> I am attempting to access a MS-Access database constructed with MS-Access
> Version 7.0 using DAO 2.5 and Visual Basic 4.0 16bit.  I keep getting an
> error opening the database in my Visual Basic application.  Why?  Any
> suggestions or comments would be greatly appreciated.

> Thanks in advance for your help.

> Stan.



Tue, 10 Aug 1999 03:00:00 GMT  
 Visual Basic 4.0 16bit, Jet 2.5/3.0/3.5, MS-Access 7.0

Quote:
>MS-Access Version 7.0 using DAO 2.5 and Visual Basic 4.0 16bit.  

You need DAO 3.x


Tue, 10 Aug 1999 03:00:00 GMT  
 
 [ 4 post ] 

 Relevant Pages 

1. Paradox 7.0 compatability with MS Jet 3.5

2. Jet 2.5 & 3.5 on same machine

3. Jet 2.5 & 3.5 on same machine

4. Jet 3.5 and FoxPro 2.5

5. GPF : VB 3.0 / MS-Jet 2.5 / ODBC 2.11 / Oracle 7.1

6. Jet 3.0 vs Jet 3.5 table locking during queries

7. jet 3.5 vs jet 4.0

8. Jet 3.5 or Jet 4.0

9. Jet 2.5 Vs. Jet 3.0

10. Visual Basic 4.0 and DAO 3.5

11. MS Access 2.0 and Jet 2.5: Compatible?

12. Visual Basic 3.0 for Windows and Foxpro 2.5 for Windows database

 

 
Powered by phpBB® Forum Software