Given any number of tables I would like to display and sort their data by date and time. I'm using ADO.NET datasets. I'm able to do that for the one table but I'm lost when it comes to more than that. Do I need to create groups? Any help appreciated. Thanks.
If your question is a pure ADO.NET question, try posting in that forum, but it really sounds like a database problem, so you might consider posting in a database forum.
To append datasets in Crystal you might use a UNION, otherwise a Stored Procedure on the database using a temp file is probably the most efficient means.
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.