Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
How to pass 2 dataset to crystal report?
Message
Information générale
Forum:
ASP.NET
Catégorie:
Rapports
Versions des environnements
Environment:
VB 9.0
OS:
Windows XP
Database:
MS SQL Server
Application:
Desktop
Divers
Thread ID:
01525834
Message ID:
01526024
Vues:
40
>>Thank you for reply me first. You mean i should use one dataset. But if i have 2 database (2 dataset).
>>How can i do. May you give some information to me.
>
>You can add all the tables from one dataset to the first dataset.

Something like this:
ds200.tables.add(ds300.tables(0))
ds200.tables.add(ds300.tables(1))
ds200.tables.add(ds300.tables(2))
ds200.tables.add(ds300.tables(..))
ds200.tables.add(ds300.tables(n))

Or even better, loop through all the tables dynamically
Éric Moreau, MCPD, Visual Developer - Visual Basic MVP
Conseiller Principal / Senior Consultant
Moer inc.
http://www.emoreau.com
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform