miejan Posted March 18, 2005 Posted March 18, 2005 How to call for update for one field e.g. 'ID' if we have 2 different databases that having different table name but same field name which is 'ID' ? If we want to update for field ID in table 1 database 1, then it should update for field ID table 2 database 2 as well..need help on this!! :( Quote
michael_hk Posted March 18, 2005 Posted March 18, 2005 I can think of two ways 1. Application level: Code your app. to update both DB using COM+ 2. DB level: Use replication Quote There is no spoon. <<The Matrix>>
travisowens Posted March 21, 2005 Posted March 21, 2005 Perhaps you should call a Stored Procedure to do this for you. Quote Experience is something you don't get until just after the moment you needed it
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.