Click here to Skip to main content
15,894,646 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Hello Friends
I am Using Two Database One is Master Page its Static Another one is Process Database its change Related to Accounting Year ....Now i wanna connect two database at a time and view two database value at a time in crystal Report...

I am Waiting for your Reply




Thank you
Posted

 
Share this answer
 
hey,
one solution is that if you are using sql server you can get data from different databases in query

for this read this articles

http://stackoverflow.com/questions/1144051/selecting-data-from-two-different-servers-in-sql-server[^]


http://msdn.microsoft.com/en-us/library/ms190479.aspx[^]

create stored procedure for this query and
use it into crystal report design mode
hope this trick will help you

thank you have happy coding
 
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