Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations strongm on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Multiple ODBC data-sources in a Crystal Report?

Status
Not open for further replies.

Guest_imported

New member
Jan 1, 1970
0
Hi all,
I have a problem in which I have two data-sources on different servers and want to be able to query them simultaneously through a report to bring back results from each database. Is this possible and if so, how do I go about this?
Does this involve the use of Dictionaries or can I just add the tables within the report?
Note: The tables have the same field names but contain different data.
For Example, I would like to create a report to say, bring back all the names from the names-field in the two data-sources between two dates entered as parameters in the report.
Any response would be hugely appreciated,
Thanks!

Jonathan Barr
 
Not a problem. It's slow, but can be made to work. You must have a table from each db with an indexed field that will link across the 2 db's. Eg db1.tb1.Name_ID >>>db2.tbx.Name_ID. They must also be the same data types.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top