Hi,
In MOSS Enterprise we have BDC to allow us to look out to external datasources from lists.
Is there anything available for WSS 3.0 to allow me to expose data from a SQL Database in a SharePoint List?
SharePoint QA
Hi,
In MOSS Enterprise we have BDC to allow us to look out to external datasources from lists.
Is there anything available for WSS 3.0 to allow me to expose data from a SQL Database in a SharePoint List?
Hi,
You can use PowerShell to fill your WSS List, but you will need to develop some scripts and create a Windows task calling your scripts every x times.
SQL retrieve data exemple : http://www.leeholmes.com/blog/InteractingWithSQLDatabasesInPowerShellInvokeSqlCommand.aspx
WSS Add item to a list :
http://blogs.flexnetconsult.co.uk/colinbyrne/2008/02/26/PowerShellSharePointAddAListItem.aspx
Eric
You should also be able to use data view web part for this.
This article seems to show a good approach (you have to slog through a lot in the front to get to the good part).
Hi Paul,
Did you mean to post a link there?
Darn, I did. I can't find the link now... sorry!
aww ... you get my hopes up and dash them in one-fell-swoop. :P
Sharepoint designer allows you to connect to SQL or other OLE DB-compliant data sources. The MS article Add a database as a data source article (http://office.microsoft.com/en-us/sharepointdesigner/HA101009081033.aspx) should point you in the right direction. Build a datasource, use it with data view web part and you should be good to go.
Regards,
Greg Osimowicz
http://Sharepointapplied.com
You must log in to post.