uploading file into SQL 2005 using .asp

Ask a Question related to ASP Components, Design and Development.

  1. #1

    Default uploading file into SQL 2005 using .asp

    Hi,

    Anyone who can send me a sample code of how to upload a file into SQL 2005
    server using .asp running on IIS 6?

    I have a code that has been working when uploading into SQL 2000 but when I
    do the migration to SQL 2005, it doesn't work anymore.

    Thanks


    jo uy Guest

  2. Similar Questions and Discussions

    1. Show PDF File in Windows Form using Visual Basic 2005
      Hello. I am a developer beginner in acrobat products. I'm developing an application and I need to open one pdf file in one form with various...
    2. ANNOUNCE: DBD::Informix - IBM Informix Database Driver for PerlDBI Version 2005.01 (2005-03-14) released
      IBM Informix Database Driver for Perl DBI Version 2005.01 (2005-03-14) has been uploaded to CPAN. IBM Informix Database Driver for Perl (also...
    3. The FreeBSD Diary: 2005-02-06 - 2005-02-26
      The FreeBSD Diary contains a large number of practical examples and how-to guides. This message is posted weekly to freebsd-questions@freebsd.org...
    4. The FreeBSD Diary: 2005-01-30 - 2005-02-19
      The FreeBSD Diary contains a large number of practical examples and how-to guides. This message is posted weekly to freebsd-questions@freebsd.org...
    5. Web Service: Uploading files and setting file security on a file server
      I have written a web service that provides the following methods: UploadFile SetNTFSSecurity Their purpose is to allow a user to Upload a file...
  3. #2

    Default Re: uploading file into SQL 2005 using .asp

    How are you attempting to upload this file? It may just be a security issue
    with SQL Server 2005 that is conquerable.

    --
    Gregory A. Beamer
    MVP; MCP: +I, SE, SD, DBA

    *************************************************
    Think outside of the box!
    *************************************************
    "jo uy" <joni44@hotmail.com> wrote in message
    news:OLJjK$wqGHA.4864@TK2MSFTNGP03.phx.gbl...
    > Hi,
    >
    > Anyone who can send me a sample code of how to upload a file into SQL 2005
    > server using .asp running on IIS 6?
    >
    > I have a code that has been working when uploading into SQL 2000 but when
    > I
    > do the migration to SQL 2005, it doesn't work anymore.
    >
    > Thanks
    >
    >

    Cowboy \(Gregory A. Beamer\) Guest

Posting Permissions

  • You may not post new threads
  • You may post replies
  • You may not post attachments
  • You may not edit your posts

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139