we want to create MS-Access LIKE query parser where user can create complex queries having joins?
any thoughts on design in c#?
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
I would look at SQL Server Express (2008 or 2008 r2) and the management studio. With the Management Studio you can already create complex queries with joins (View Designer is an example). If you are looking for an end user product then I would look at reporting services that allows users to create reports and query data directly.