Re: Using a different document store



What's the idea? What are you trying to achieve? Of course you can bind the
library with an external DB but i dont think you can break the existing
SharePoint-DB relationship. Here are some hints:

1. You can write an event handler for your document library and store the
document in your own DB.

2. If you want to store the files on the hard disk of your server, you can
do that as well with custom programming but then what's the point in using
SharePoint?

3. You can create a file share in SharePoint and use SharePoint's excellent
search mechansim to search files in your file share.

http://www.sharepointblogs.com/ssa/archive/2006/11/13/15988.aspx

--
S.S. Ahmed
www.sharepointblogs.com/ssa


"Count Black" <toby.woodhead@xxxxxxxxxxxxxxxxxxxxxxxx> wrote in message
news:1166778512.928788.35300@xxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
Hi,

I am trying to bind a document library to an external document store,
so i can leverage Sharepoint functionality but without actually holding
the document within the MOSS db. I am trying to acheive this without
actually uploading the document into MOSS. Has anyone any ideas how to
serve documents from an external store i.e file system.

Cheers

Toby



.



Relevant Pages

  • Re: Impersonation
    ... Thanks for the response and the hand slap.I use "login" generically because ... that's what MS calls their asp net controls. ... your site could be a reverse proxy to the sharepoint, ... The Store 1 user "Bob" would log into the asp.net site and would then be ...
    (microsoft.public.dotnet.framework.aspnet)
  • Re: Impersonation
    ... you authenticate on every request. ... you would need a single signon server to allow the same login to work for your site and the sharepoint site. ... your site could be a reverse proxy to the sharepoint, but I believe this is a violation of your cal license. ... The Store 1 user "Bob" would log into the asp.net site and would then be programatically be logged in to windows as "Store_1" and could then access the Sharepoint/GP Business Portal pages. ...
    (microsoft.public.dotnet.framework.aspnet)
  • Re: Combo box problem
    ... If you use a combobox, bind the ID field, and display ... I want to store the county name in the table as well. ...
    (microsoft.public.access.queries)
  • RE: SharePoint - Storing Documents in SharePoint/SQL or File System?
    ... Thank you for posting to the SBS Newsgroup. ... We suggest you that store files in SharePoint. ... Microsoft CSS Online Newsgroup Support ...
    (microsoft.public.windows.server.sbs)
  • Re: Custom Web Part data storage...
    ... Thanks Robert. ... > Sharepoint will store the properties of your web part for you. ... >> XmlPlaceholder and simply store your data as XML in the XmlPlaceholder. ...
    (microsoft.public.sharepoint.portalserver.development)

Loading