Home All Groups Group Topic Archive Search About
Author
2 Jun 2006 10:26 AM
jatinashra.cse8
i want to develop a system wher the database is in the server, and
there are some 20 system continous accessing the data and updating the
data. How can this be synchronized (cache coherency)so that, every one
gets the correct information. I will be using VB for the front end and
Microsoft Access as the backend

Author
2 Jun 2006 11:10 AM
Cor Ligthert [MVP]
Jatinashara

First by not using Access however SQL Express.
(Access needs a shared folder and cannot be used over the internet)

http://msdn.microsoft.com/library/default.asp?url=/library/en-us/dnsse/html/sseoverview.asp

I hope this helps for a better start.

Cor

<jatinashra.c***@gmail.com> schreef in bericht
Show quoteHide quote
news:1149243980.819842.148570@y43g2000cwc.googlegroups.com...
>i want to develop a system wher the database is in the server, and
> there are some 20 system continous accessing the data and updating the
> data. How can this be synchronized (cache coherency)so that, every one
> gets the correct information. I will be using VB for the front end and
> Microsoft Access as the backend
>