Can SharePoint 2010 BCS return multiple attachments? I have a database which stores multiple attachments per entity. Would like to have all of them accessible, but I've insufficient experience with BCS/BDC to say whether or not this is possible.
Tell me more
×
SharePoint Stack Exchange is a question and answer site for
SharePoint enthusiasts. It's 100% free, no registration required.
|
|
If by "multiple attachments per entity" you mean that you have multiple binary columns in SQL table then I suggest you try to create StreamAccessor methods in your BCS Model for each column, see details here: XML Snippet: Modeling a StreamAccessor Method You can display links to the binary content in Business Data Web Part with custom XSLT like this:
|
|||
|
|
