Questions to multi user scenarios

J

juvi

Hello,

I have got a database on server (backend) where frontend-dbs can write data
through adodb connection and adoConn.execute strSQL. The backend-db has also
a form-based application.

I have got two questions to multi user scenarios:

(1) how to prevent exclusive write event from frontend-dbs and implement
multi user write possibilities to backend-db?? is this possible?

(2) how to let the backend-db be usable during write-progress of
front-end-dbs?

thx
juvi
 
R

Rick Brandt

juvi said:
Hello,

I have got a database on server (backend) where frontend-dbs can
write data through adodb connection and adoConn.execute strSQL. The
backend-db has also a form-based application.

I have got two questions to multi user scenarios:

(1) how to prevent exclusive write event from frontend-dbs and
implement multi user write possibilities to backend-db?? is this
possible?

(2) how to let the backend-db be usable during write-progress of
front-end-dbs?

Both should automatically be true by default though the second is a
questionable thing to be doing.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top