Re: How to store attachments in SQL Database

  •  06-05-2007, 10:17 AM

    Re: How to store attachments in SQL Database

    You can download the source for a SQL Server based filesystem from: HTTP://cutesoft.net/download/CustomFileProvider.zip
     
    It works very well.
     
    One problem that I am having - I had to switch to a common DB access component on the server that supports user authentication etc. I replaced all of the local SQL reader calls to call the server and return the results in the same format as the reader.
     
    Everything works except the images will not show up in the directory listing. The array of FileItems appears to be exactly the same, but when I break in the code - the cute editor does not fetch the images to show. It works fine with the original code - any idea what I might be missing? When I click on the images I can download them and they import into the editor fine.
     
    Thanks for any help.
View Complete Thread