From: "jason mardian" <[EMAIL PROTECTED]> : Is there a way to interact (add, delete, update rows) with a database that : resides on a clients computer through asp. : The example that follows probably describes it better: : Company A wants to have its clients all over the nation to be able to hit : its asp pages and update the database that resides at company A. At the : same time the clients have a databse on their computer/network that needs to : be updated with the same information. Is this possible? : Any suggestions will be most helpful. : thanks : jason
You'll want to be looking into replication - where the updates are performed on a master database only. Updates to the child databases work either on a push or pull replication process at a specified interval - hourly/daily etc. I'm not a replication guru so don't quote me on the details. Performing 2 separate updates to 2 databases leaves the scenario wide open to data synchronsiation problems! --- You are currently subscribed to activeserverpages as: [email protected] To unsubscribe send a blank email to [EMAIL PROTECTED]
