Forum Replies Created

Viewing 5 posts - 1 through 6 (of 6 total)

  • RE: OLE Object Replacement in Sql Server

    It worked and its working fine now.

    Thanks for your help.

    and i really appreciate the support extended by you.

     

    Thanks indeed.

    Take Care

  • RE: OLE Object Replacement in Sql Server

    -------------------------------------file.asp---------------------------------

    <%

       ' Retrieves binary files from the database

      

       Response.Buffer = True

      

       ' ID of the file to retrieve

       Dim ID

          ID = Request("ID")

         

       If Len(ID) < 1...

  • RE: OLE Object Replacement in Sql Server

    iam also using asp application (Front End) .

    File data is shown in junk format.

     

     

  • RE: OLE Object Replacement in Sql Server

    I used image datatype, the problem is word,excel and powerpoint file data is shown as junk representation.

    What might be the reason...

    Thanks

     

     

     

  • RE: OLE Object Replacement in Sql Server

    I did used image datatype previously but its best suited if iam storing only image files.

    but i want something which can store any format of file (.doc,.ppt,.xls,.pdf etc)

     

Viewing 5 posts - 1 through 6 (of 6 total)