Show SQL Query Results in Sharepoint
I maintain a Rational clearquest for my company and was prompted to show some data in Sharepoint.
I can query Clearquest for data without issue (using Toad), but have no idea how to show it in Sharepoint.
The queries I am requesting contain dates, and ideally I would like to display them in a sharepoint calendar, but the list format will be valid for now.
Anyone have any advice on even where to start?
Thanks,
Joe
a source to share
While you can do the bare bones approach suggested by Ben, there are many options that will give you a leg up, especially if you're just showing data.
-
Your first glance should be in the SharePoint Data Viewer Web Part (DVWP). There is a walkthrough here and some great tutorials from Laura Rogers
-
Very similar, but if you hate SharePoint Designer, Lighting Tools Data Viewer Web Part
-
If you are using MOSS, you can use Business Data Catalog (BDC) - Display Business Data on SharePoint Site
-
There are other third party options that do not require MOSS, such as Layer2 Business Data List Connector (BDLC)
-
If you have a technical resource that you could (expanding on the approach suggested by Ben) write your own Recurring SQL Data Viewer Web Part
a source to share