CrystalRepots
ASP.NET
2
Posts
2
Posters
0
Views
1
Watching
-
HI Plse help me in binding two table vlues into a crystal report.. I am not able to populate dataset with these two tables..
try until u succeed
-
HI Plse help me in binding two table vlues into a crystal report.. I am not able to populate dataset with these two tables..
try until u succeed
Hi, you create a new temp table C in stored procedure with table A columns and table B columns and insert the values into that C using results of A and B tables and return that table C to the dataset.So that dataset will have only one table. In a nutshell merge two tables into one table.
Kiran Kumar.CH (MCP)