client/server ftp

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • jatinashra.cse8@gmail.com

    #1

    client/server ftp

    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

  • Cor Ligthert [MVP]

    #2
    Re: client/server ftp

    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/de...seoverview.asp

    I hope this helps for a better start.

    Cor

    <jatinashra.cse 8@gmail.com> schreef in bericht
    news:1149243980 .819842.148570@ y43g2000cwc.goo glegroups.com.. .[color=blue]
    >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
    >[/color]


    Comment

    Working...