Click here to Skip to main content
15,881,559 members
Please Sign up or sign in to vote.
1.00/5 (1 vote)
See more:
How to integrate two dotnet applications using web services?
One main application is having seperate Db(MainDB1) and sub application is having separate Db(SubDB2).

But the requirement is, Sub application depends on some tables of Main application(MainDB1). So sub application has to fetch some values from Main DB. How to achieve this one?

Just clarify me with some example.

Thanks in advance.
Posted
Updated 26-Aug-11 0:58am
v3

You're not really "integrating" the two apps. You're actually just "sharing data". Write the appropriate data retrieval code in app2 and be doenn with it. You're making it harder that it has to be.
 
Share this answer
 
Here [^] you go.
As mentioned in another answer, search and you will find tons of links.
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900