0
well you can look at this problem in this way you have a Database for WebA say DBa and database for WebB say DBb now when you insert a record in DBb in a table say t1 you can use an insert after trigger to insert the record in DBa table t1 for example. this will solve the problem May b.. isn't it intresting solution.