how to create a report with data from duatabase on the same server or different servers, using SQL Server 2000, using the crystal report 8.5 or **data report of VB6 **
For example I have table A and table B with the same table structure, table A is stored in the database with the name DataB1 and stored in a database table B DataB2
Table A
code name
Jon X1
Jim X2
Table B
code name
Yana Y1
Y2 yono
I want to create a report showing the contents of both tables A and B
Dapa contained two different databases, which ultimately results
Combined table A and table B into
code name
Jon X1
Jim X2
Yana Y1
Y2 yono
Best regards,