In which database is the items from Sharepoint stored?

Good morning all!

The situation:
Whe have created a Team Project that comes with a Sharepoint website. When navigating to this website, we have a section called "links" were a bunch of links are presented. Clicking the link "What's installed" brings me to a page (AllItems.aspx) where all the build numbers (and other information) is currently installed at the client. This information is nicely formated in a <table>...</table>

My Quest:
I'm in the process of creating a windows application that would like to get that information from the sharepoint website and display it somehow. I'm currently faced with 3 possible scenarios to achieve this:
1) Use a screen scrapping technique to get the html and then parse it. Locate the proper <table> I wish to use and then display it in my winform.
2) Directly use T-SQL commands to get the information from the database in wich these values are stored, then display it in my winform.
3) Invoke Sharepoint Web Services to get the information I need , then display it in my winform.

The question(s):
If I decide to use approach 2) then in wich database is this information stored? TFSWarehouse? Is there a cube/view/sproc automagically created to get that information? I'm not really familliar with Sharepoint nor with its webservices so if I decide to use approach 3) where could I find the proper webservices to call?
As for approach 1) well...I'm just not going to do it, as I believe there is got to be a better way :-)

Perhaps anyone out there could help me decide wich approach to use and provide me with information/links on how to use the proper database and/or webservice.

Thanks in advance!
Sincerely

Vince

[1914 byte] By [Vlince] at [2007-12-24]
# 1

Sharepoint content lives in the STS_Content_TFS database. You're on your own for the schema - AFIAK the only documented interface is via the WSS web services/API.

You can find the WSS 2.0 documentation here:

http://msdn.microsoft.com/library/en-us/spptsdk/html/SPSDKWelcome_SV01017094.asp?frame=true

CarlDaniel at 2007-8-31 > top of Msdn Tech,Visual Studio Team System,Visual Studio Team System - General...
# 2
Also, add to what Carl Daniel said about you are on your own for the schema, remember change directly the database is not supported nor recommended by Microsoft, so you will be really on your own
LuisFraile at 2007-8-31 > top of Msdn Tech,Visual Studio Team System,Visual Studio Team System - General...

Visual Studio Team System

Site Classified