This forum is closed. Thank you for your contributions.
Hi ,
My requirement is that read files from file server using BDC in sharepoint 2007.
I want to read files from c:\temp using BDC in sharepoint 2007 and upload that files in document library.
Is it possible using BDC?
Hi,
I'm not sure that it's possible through BDC. I would suggest you to use a timer job in order to do what you want. You can create a timer job which can keep updating your document library from the C:\temp path.
Please take a look at this article about how to create timer job: Creating Custom Timer Jobs in Windows SharePoint Services 3.0
Dmitry