Note that there are some explanatory texts on larger screens.

plurals
  1. PO
    primarykey
    data
    text
    <p>Well apart from the "wah wahaaa" ;) you've given very little to go on (for example, you've not even mentioned the version of SharePoint you are having to deal with) but I will do my best ...</p> <ul> <li><p>When you say 'SharePoint Database' I am assuming that you're referring to a SharePoint list?</p></li> <li><p>Do you need to allow your users to enter/modify this data or is it read only?</p></li> <li><p>Are you inserting this data into SharePoint from another program, if so ran locally or remote?</p></li> </ul> <p>If this is something that you want your users to be able to add/edit/update then you may have to look at <a href="http://sharepointmagazine.net/articles/customizing-the-user-experience-of-sharepoint-custom-fields-deep-dive-part-5-of-6" rel="nofollow">custom field types</a> - these allow you to provide storage/view/edit functionality for a custom data type, e.g. ISDB numbers.</p> <p>If you're talking about inserting this data into a SharePoint list from another program then you can probably just use a read only text field (which you can create programatically or via the UI) and then insert records via the <a href="http://www.sharepointdevwiki.com/display/public/Accessing+list+items+using+the+object+model" rel="nofollow">object model</a> (will only run locally on your SharePoint server) or via the <a href="http://www.sharepointdevwiki.com/display/public/SharePoint+Web+Services" rel="nofollow">web services</a> and the <a href="http://www.sharepointdevwiki.com/display/public/Lists+SharePoint+Web+Service" rel="nofollow">Lists web service</a> (could be ran remotely).</p> <p>Or of course a combination of the two.</p>
    singulars
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    plurals
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. VO
      singulars
      1. This table or related slice is empty.
    2. VO
      singulars
      1. This table or related slice is empty.
    3. VO
      singulars
      1. This table or related slice is empty.
 

Querying!

 
Guidance

SQuiL has stopped working due to an internal error.

If you are curious you may find further information in the browser console, which is accessible through the devtools (F12).

Reload