Requirements

BDLC 3.0 comes with optional full write-back to external data source support (CRUD) for any SharePoint list, like contacts, tasks, events, KPI etc.   

Subnavigation

Logos

Microsoft Partner

 

Powered By Microsoft Office SharePoint Server 2010

 

Cloud Accelerate Partner

 

SelectLine Händler 2009

 

Microsoft Small Business Specialist

Citation

       "Please support us to improve our products and solutions. Give us your feedback."

Related Content

Related Downloads

pdf Image2009-11-01: Layer2 Press Release

SharePoint – New Business Data List Connector for External Lists in MOSS 2007 and WSS 3.0
Layer2, the SharePoint Experts from Hamburg (Germany) announced a new Microsoft SharePoint extension to unlock the value of enterprise data for SharePoint 2007 based portals. The Business Data List Connector (BDLC) for SharePoint directly connects SharePoint lists with external LOB data sources. Almost any data from databases, Office or even text data can be displayed in SharePoint lists without any programming. Workflows can be used to start business actions in SharePoint, if external data records are changed.

xml ImageBusiness Data List Connector PAD File

This XML-based PAD file offers a BDLC product description for resellers to download and publish.

pdf ImageFlyer: Layer2 Partner Program

Partner with us as a software reseller or SharePoint service provider. There is a free partner program with up to 30% discount. Download as PDF.

Related Links

Are you looking for Layer2 product resellers and implementation partners?

United States:

Great Britain, Scotland and Ireland:

France:

Netherlands:

Switzerland:​

Poland:

Turkey:

South Africa:

Malaysia:

BDLC works with NINTEX Workflow 2010 for SharePoint

Start NINTEX Workflows while external data changes.

Main Content

Claim

The SharePoint Business Data List Connector (BDLC) is used to connect any type of SharePoint list (no Web Parts) directly to external LOB data in just minutes using the web browser.

How to propagate SharePoint lists with external data?

What's new with SharePoint BDLC Version 3.0 (released 17 May 2010)

V3.0 finally comes with optional write-back to external data source features. CRUD (Create, Update, Delete) is fully supported for the external data source, if SharePoint list items are created, updated or deleted. In this way any SharePoint list, e.g. contacts, tasks, events, KPI-lists could be used as "front-end" to LOB data, e.g. databases, Office data, CRM and ERP systems.

System requirements for full write-back

  • The data connectivity provider selected in the BDLC settings must support write-back. Most .NET native providers and e.g. OLEDB do generally support write-back in case of databases as backend, e.g. SQL Server, MS Access, Oracle etc.
    Write-back to text files, Excel files is mostly not supported by these drivers.
  • The user account used to connect to data source must have write access to the external data source. Please check connection strings for write options.
  • The external data source (e.g. database table) should be updatable. Most database tables and simple views (with one table) are updatable, if primary keys are available.  Views, that contain more then one table and tables without primary keys are not updatable.

How to disable write-back?

Write-back is disabled by default. You have to explicit enable this feature in the list BDLC settings.

When write-back operations are fired, if enabled?

Write backs are implemented to take place immediately after changes in the Sharepoint list are made, e.g. updates, deletes or inserts of items.

What about errors with write-back operations?

Errors with write-back operations (e.g. insert / update / delete errors) are shown as typical SharePoint errors with full error message. Changes in the list item, that cause this error are rolled back (no changes).

What about triggers, calculated fields on data source side?

Triggers, calculated fields and other data source related operations can modify the data record after write-back. You will not see such changes in the SharePoint list immediatly. These modifications are available after next list update (manually using the actions menu or using the background update service).

What about using the SharePoint list form as a data entry form, to add records to the external data source?

If write-back is supported and you set valid primary keys manually, it will work as expected. It will not work with auto-incemented, time-stamp orGUID-based primary keys on data source side and calculated fields on SharePoint side..

What about using the data grid view of a SharePoint list to edit?

If write-back is generally supported, it will work with the data grid too. You don't get any detailed error messages in this case.