November 30, 2005 at 7:58 pm
Hi friends
am writing a tool for our application that allows user write their own queries ofcourse they dont know sql but we need provide some sql server type "query designer" type functionality where users can select fields/tables and as u know sql server builds query as we go.
i heard that sql server that functionaly thru some objects (i think its SMO) and my question is does any one has some examples or links and any advise ?
Thanks for your help
December 1, 2005 at 8:51 am
You're probably referring to SQL-DMO (SQL Distributed Management Objects). Look this up in SQL Server Books Online (BOL) - there is a lot reference material there. Although, SQL-DMO is primarily for administration tasks.
Or, maybe you mean ADO, which you would use with VB, for example.
December 1, 2005 at 10:35 am
SQL-DMO --> SQL 2000, SQL v7.0
SQL-SMO --> SQL 2005
RegardsRudy KomacsarSenior Database Administrator"Ave Caesar! - Morituri te salutamus."
December 1, 2005 at 5:58 pm
December 1, 2005 at 7:21 pm
Why build what has already been built?
Check the websites like http://www.componentsource.com
--------------------
Colt 45 - the original point and click interface
December 1, 2005 at 7:51 pm
December 2, 2005 at 4:45 am
Are you using 200 or 2005. SQL Reporting Services has the Report Builder which sounds like just what you're looking for. Check out http://www.microsoft.com/technet/prodtechnol/sql/2005/2005ssrs.mspx
December 2, 2005 at 5:07 am
If you're on SQL 2000 try the sample from MSDN, had downloaded a sample earlier, but cant find the link now.
December 4, 2005 at 1:05 pm
December 5, 2005 at 6:18 am
Sorry it was actually a walk through. Did post the comment that there should have been a solution download.
http://msdn.microsoft.com/library/default.asp?url=/library/en-us/dnsql2k/html/AdHocRepSr.asp
December 5, 2005 at 1:02 pm
Viewing 11 posts - 1 through 10 (of 10 total)
You must be logged in to reply to this topic. Login to reply