[#BINARY#] instead of string value in ASP pages from ACCESS

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

  1. #1

    Default [#BINARY#] instead of string value in ASP pages from ACCESS

    IIS returns me [#BINARY#] instead of string value in ASP
    pages on my W2K. The source is an ACCESS database. I have
    recently installed Visual studio .net with the latest
    MDAC driver and Web MATRIX. What's the problem ?
    Yann NGUYEN Guest

  2. Similar Questions and Discussions

    1. [ANN]XtinyAdoDB xtra released. Support binary data access.
      XtinyAdoDB xtra is a database xtra for authorware and director. Let your application connect to database through microsoft ADO driver. Features:...
    2. String or binary data would be truncated error
      So... What is the problem? "J. Muenchbourg" <anonymous@devdex.com> wrote in message news:%23tgFGdYRDHA.2636@TK2MSFTNGP10.phx.gbl...
    3. "Access Denied" using public static Process Start(string, string);
      We are using Network Associates VirusScan to check files uploaded from a web page for viruses. The code below worked fine using .Net 1.1 on...
    4. access denied on data access pages
      I have created data access pages that worked well when I tried them on two separate computer simutaneously, but when we went into production we got...
    5. error: String or binary data would be truncated.
      I'm trying to fix the fax numbers in our contact table to have a "1-" in front of the number from: 800-555-1212 to: 1-800-555-1212 Here's...
  3. #2

    Default Re: [#BINARY#] instead of string value in ASP pages from ACCESS

    Where are you getting this error? Show us the code please.

    --
    Manohar Kamath
    Editor, .netBooks
    [url]www.dotnetbooks.com[/url]


    "Yann NGUYEN" <yann.nguyen@dcia.air.defense.gouv.fr> wrote in message
    news:0a3001c35bfc$04cc9b30$a301280a@phx.gbl...
    > IIS returns me [#BINARY#] instead of string value in ASP
    > pages on my W2K. The source is an ACCESS database. I have
    > recently installed Visual studio .net with the latest
    > MDAC driver and Web MATRIX. What's the problem ?

    Manohar Kamath [MVP] Guest

  4. #3

    Default Re: [#BINARY#] instead of string value in ASP pages from ACCESS

    I have partially solved the problem but I don't know why
    In my global.asa I put:
    Application("pwd_ConnectionString")
    ="Provider=Microsoft.Jet.OLEDB.4.0;Data
    Source=C:\Inetpub\wwwroot\fpdb\pwd.mdb"

    instead of

    Application("pwd_ConnectionString") = "DRIVER={Microsoft
    Access Driver (*.mdb)};DBQ=URL=fpdb/pwd.mdb"

    All ASP pages now return string values instead of
    [#BINARY#]. I think it's due to a beta ACCESS 2003 that
    has been installed on my computer.

    How can I reinstall my MS ACCESS DRIVER correctly ?
    >-----Original Message-----
    >Where are you getting this error? Show us the code
    please.
    >
    >--
    >Manohar Kamath
    >Editor, .netBooks
    >[url]www.dotnetbooks.com[/url]
    >
    >
    >"Yann NGUYEN" <yann.nguyen@dcia.air.defense.gouv.fr>
    wrote in message
    >news:0a3001c35bfc$04cc9b30$a301280a@phx.gbl...
    >> IIS returns me [#BINARY#] instead of string value in
    ASP
    >> pages on my W2K. The source is an ACCESS database. I
    have
    >> recently installed Visual studio .net with the latest
    >> MDAC driver and Web MATRIX. What's the problem ?
    >
    >
    >.
    >
    NGUYEN 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