Hi, everyone,
In my database , i create 2 table to store all the table description and all table fields description.
So I want the user to use these 2 table to define the report .
How to do such a job ?
Thank u .
Jeffers
If there is any relation between the tables, you could either write a Select query or create a view based on a select query which combines the two tables to a dataset.
HTH, Jens Suessmeyer.
http://www.sqlserver2005.de
No comments:
Post a Comment