multi user with jet DB 
Author Message
 multi user with jet DB

Hi,

How can I lock a jet DB for other users?
I have two computer in a network, both computers use a VB program that
is inatalled on both computers.
Both computers use the same databases on a server.

How can I detect that a database is in use?
And how can I set a database as used?

pls help

Thanks,



Sun, 27 Apr 2003 03:00:00 GMT  
 multi user with jet DB
If you only want one user at a time to connect to the database,
the easiest way is to open it exclusively.  In DAO, this can be
done by supplying True as the second argument of OpenDatabase.
If the database is already opened by someone else, it will
trigger an error.
Quote:

>Hi,

>How can I lock a jet DB for other users?
>I have two computer in a network, both computers use a VB program that
>is inatalled on both computers.
>Both computers use the same databases on a server.

>How can I detect that a database is in use?
>And how can I set a database as used?

>pls help

>Thanks,



Sun, 27 Apr 2003 03:00:00 GMT  
 
 [ 2 post ] 

 Relevant Pages 

1. MSDE vs JET 4.0 Multi User et al...

2. Multi-User Client Server (Urgent) Jet?

3. ADO With Jet Provider, Multi User Hell, Please help

4. Jet for multi-user systems

5. Jet Engine Multi-User features

6. Novell settings for multi-user JET app??

7. Jet 3.0 Multi-user stability

8. JET Multi-user problem

9. Multi-User Client Server (Urgent) Jet?

10. Multi-User Client Server (Urgent) Jet?

11. Jet DB Performance (Jet 3.51 vs. Jet 4.0)

12. Multi User database using MS Jet 4 and ADO

 

 
Powered by phpBB® Forum Software