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

+2


a source to share


2 answers


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.



+4


a source


You would need to develop a sharepoint feature like a web part. Then you can display data from db and display it however you want. Basically you are developing asp.net component / application, but with certain restrictions that apply to you. You can read the basic steps here



+1


a source







All Articles