VB3/4 Problem Accessing Access 1.1, Read Only In WIN95 
Author Message
 VB3/4 Problem Accessing Access 1.1, Read Only In WIN95

The following code works with no error in WIN 3.11, but gives a 3051
error in WIN 95 when trying to read a database from a write protected
disk.  The results are the same for VB3 & VB4.  Why does it not work in
WIN95, and is there a work around?

Sub Form1_Load()
   Dim dbgExtern as database

   On error resume next
   Set dbgExtern = OpenDatabase("A:\Expdata\Cornealx.mdb", False, True)  
   label1 = Str$(Err)

end sub

Thanks



Sun, 12 Dec 1999 03:00:00 GMT  
 
 [ 1 post ] 

 Relevant Pages 

1. Help: Problem reading Access 2.0 mdb from VB3 under Win95/Access 7.0

2. Can VB5 read/convert VB3 Access 1.1?

3. VB3, Access 1.1 multi user access

4. VB3 problems opening Access 1.1 database

5. Application migration VB3 to VB6 - VBX, API, Access 1.1

6. Application migration VB3 to VB6 - VBX, API, Access 1.1

7. Application migration VB3 to VB6 - VBX, API, Access 1.1

8. VB3.0, Access 1.1, Compatibility Layer, Compact Statement

9. Application migration VB3 to VB6 - VBX, API, Access 1.1

10. HELP: Reading/Converting MS Access 1.1 files

11. read an old protect Access database (version 1.1) with VB5

12. read an old protect Access database (version 1.1) with VB5

 

 
Powered by phpBB® Forum Software