Click here to Skip to main content
15,892,199 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
Hi all,
Does anyone know of a report writer that has an interface that can list all your tables/columns in a database and build up a query based on what you've selected and produce a csv file or something at the end?

Either open source or stand alone...?

Any ideas would be appreciated. I'd write something myself, but don't have much time and didn't want to reinvent the wheel if someone's done it already.

Thanks in advance

Julian
Posted
Updated 14-Sep-10 4:01am
v2
Comments
Sunasara Imdadhusen 14-Sep-10 10:20am    
You can use Crystal Report or Microsoft's Data Report control to design excellent report with drag and drop.

Have a look at Report Builder[^].

You can design your model and then a dataview over that model exposing all the tables. You can drag-drop the fields in tables, apply sorting, filtering etc. Once report is ready, you can print, export into various format.

Sample article explaining the creation step-by-step: Using Report Builder to build reports[^]
 
Share this answer
 
Hi, thanks Sandeep, I think Report Builder is SQL Server specific, am I right in saying that?

We need to connect to an Alpha DB, so I was after a report writer that could connect to any database.

Cheers

J
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900