VB4,opening database w/o write access to file ....SOLUTION 
Author Message
 VB4,opening database w/o write access to file ....SOLUTION

Thanks for everyone's help.  I found out the problem and the solution.  I
wasn't aware of this and thought it might helpful.

The .LDB file keeps track off record locking and such.  Anyone who wants to
open the database as shared (whether it's read-only or not) must be able to
write to this file.  So i READ-ONLY access to the directory and explicitly
gave WRITE access to that file.

As for the security features provided by Access, yes, i would have rather
used that, but it was quicker and easier (albeit not quite as pretty) to do
it this way.  First of all, i haven't taken the time to familiarize myself
with Access's security features (i'm a network admin, not a programmer).
Also, i assum there is something involved on the client side that i'd have
to do for each person using it, and i didn't enjoy the idea of making the
changes 200 times.

Thanks again for everyone's help.



Fri, 28 Jan 2000 03:00:00 GMT  
 
 [ 1 post ] 

 Relevant Pages 

1. VB4,opening database w/o write access to file

2. VB4,opening database w/o write access to file

3. URGENT: need to open an Access 95 database from VB4-16

4. URGENT: need to open an Access 95 database from VB4-16

5. VB4 app opening Secure 2.0 and 7.0 Access Databases concurently

6. Problem on open access 2.0 database by VB4

7. How To open Security Enabled Access DataBase in 16 bit VB4

8. URGENT: need to open an Access 95 database from VB4-16

9. URGENT: need to open an Access 95 database from VB4-16

10. can't open an Access database in CD-R (VB4)

11. Open password protected Access Database from VB4

12. Help to Open an Access 7.0 Database from VB4

 

 
Powered by phpBB® Forum Software