I am using VB.NET 2003 and I want to develop a Custom Reporting Solution for a client. I want that the app. has a basic Query Builder built into it so that users who are not aware of SQL can also retrieve any type of information from the database.
Printable View
I am using VB.NET 2003 and I want to develop a Custom Reporting Solution for a client. I want that the app. has a basic Query Builder built into it so that users who are not aware of SQL can also retrieve any type of information from the database.
I would suggest using 'Parameter fields' and many options for the user. Other than that I dont think it can be done easily.
What have you got so far?