Results 1 to 5 of 5
  1. #1
    vaikz is offline Novice
    Windows 7 Access 2003
    Join Date
    Mar 2009
    Posts
    12

    Client Server Database

    I've been task to make a client/server program. On the server side, there will be a centralized database. On the client side is an access program. These client's is on different locations, about a 100's. Here's what I want to do:

    Clients side:


    1. Client's program "ms access" can remotely update it's data, example: Products table, from the centralized database.
    2. Client's program can make an entry of products sales locally.
    3. At the end of the day, client's connect to the server to upload the product sales.

    Questions:
    1. Can access do this? if can, how? or give links how to get started.
    2. on the server side, what is the best free database software that can met on this kind of design. Can you give any recommendation.
    3. How to connect to a remote database and upload data from access?

    Thanks in advance.

  2. #2
    Matrix's Avatar
    Matrix is offline Admin
    Windows XP Access 2003
    Join Date
    Jan 2005
    Posts
    519
    PHP and mysql would be more suitable for your project.

  3. #3
    vaikz is offline Novice
    Windows 7 Access 2003
    Join Date
    Mar 2009
    Posts
    12
    Quote Originally Posted by Matrix View Post
    PHP and mysql would be more suitable for your project.
    That's for my server, right?
    Is it ok if I'm going to use ms access on my client's side? Do you have any idea how to connect access to mysql?

  4. #4
    Matrix's Avatar
    Matrix is offline Admin
    Windows XP Access 2003
    Join Date
    Jan 2005
    Posts
    519
    If you use PHP, it would be a pure web application and the client can be any browsers. Take this forum as an example, the clients do everything through a browser, thus no client side deployment.

    If you use Access, you can use ODBC to connect to MySQL, Google 'connect access to mysql'.

  5. #5
    vaikz is offline Novice
    Windows 7 Access 2003
    Join Date
    Mar 2009
    Posts
    12
    Quote Originally Posted by Matrix View Post
    If you use PHP, it would be a pure web application and the client can be any browsers. Take this forum as an example, the clients do everything through a browser, thus no client side deployment.

    If you use Access, you can use ODBC to connect to MySQL, Google 'connect access to mysql'.
    Thanks for that, Matrix. I think, I'll just use access on my clients side since they are not always connected to the internet. They will only connect to the server to update the data on the products and then send the sales data to the server at the end of the day.

Please reply to this thread with any new information or opinions.

Similar Threads

  1. Split Database on a Server Problem
    By DianeG in forum Access
    Replies: 1
    Last Post: 05-29-2010, 01:26 AM
  2. client database for insurance sales
    By rublerv in forum Access
    Replies: 1
    Last Post: 03-25-2010, 08:00 AM
  3. Client History
    By janjan_376 in forum Access
    Replies: 1
    Last Post: 06-23-2009, 02:44 AM
  4. Replies: 0
    Last Post: 06-14-2009, 09:33 PM
  5. Replies: 0
    Last Post: 03-09-2009, 12:20 PM

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
Other Forums: Microsoft Office Forums