Results 1 to 3 of 3

Thread: Sharing Data via the Internet

  1. #1

    Thread Starter
    Hyperactive Member stingrae's Avatar
    Join Date
    Apr 2002
    Location
    Sydney
    Posts
    401

    Sharing Data via the Internet

    Me and my business partner were wondering if it was possible to do the following:

    We have a PC based application written in Visual Basic .Net that uses ADO.Net to access (read/write) an .mdb database file.

    We would actually like several people to use this database, but not via a LAN. For example, everyday or week, whenever, have them logon, access the .mdb file and have it download some information. Then at irregular intervals, allow them to upload some data to the mdb file.

    I did try this but with no success so far. All that happened was that the operating system copied the whole .mdb down to my C drive as a local copy.

    Please advise on the above, and also if you have any other ideas.

    Thanks.
    "The passion lives to keep your faith, though all are different, all are great" ... Michael Hutchence 1960-1997.

    Windows & Web Developer
    Specialising in Visual Basic .Net & Client Server Programming & Client/Customer Relations Databases
    Sutherland Shire, Sydney Australia
    www.stingrae.com.au
    Developer of Arnold - Gym & Martial Arts Database Management System
    www.gymdatabase.com.au

  2. #2
    Your Ad Here! Edneeis's Avatar
    Join Date
    Feb 2000
    Location
    Moreno Valley, CA (SoCal)
    Posts
    7,339
    Look into remoting. A dataset is serializable so you could remote one across the web, but beware a NAT router if there are any callbacks involved.

  3. #3
    New Member
    Join Date
    Mar 2005
    Posts
    2

    Re: Sharing Data via the Internet

    Is it possible to bind a grid to a remoted DataSet? I have been trying to do it for about a week now. When I set the DataSource of the grid to the remoted DataSet, it seems to bind to a snapshot of the DataSet. When a value in the DataSet is changed, the grid does not reflect the new data. If you know how to get remoted DataSets working, please let me know...

    Thanks!

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width