[Microsoft][ODBC Driver Manager] Driver's SQLSetConnectAttr failed

Ask a Question related to ASP, Design and Development.

  1. #1

    Default [Microsoft][ODBC Driver Manager] Driver's SQLSetConnectAttr failed

    I have error handling in my application and I get this error message
    immediately after the conn.open call to an Oracle db...

    The only reason I know of the error is because I have error handling
    code.
    But my application doesn't crash. The connect does proceed and the
    queries are executed etc - everything works fine. But I still don't
    want my error handling code to display this error, so I'm trying to
    figure out why it happens...

    The other weird thing is that it happens only some of the time... I've
    noticed that it happens if I haven't requested the ASP in a few
    minutes... So I wait a few minutes, I request the page, I get the
    error, and then if I start refreshing the page (without waiting) i
    don't get the error the 2nd, 3rd, etc.. time....

    Any ideas why I'm getting this error:

    [Microsoft][ODBC Driver Manager] Driver's SQLSetConnectAttr failed

    Thanks!
    Stefan Guest

  2. Similar Questions and Discussions

    1. [microsoft][odbc microsoft access driver] syntax error (missing operator) in query expression error
      I have a query I want to run using DBQwiksite siftware, which produces the syntax error (missing operator) in query expression error when...
    2. [Microsoft][ODBC Microsoft Access Driver] Could not start session.
      Does anyone know what this problem means??? Microsoft OLE DB Provider for ODBC Drivers error '80004005' Could not start session. ...
    3. (0x80004005) ][ODBC Driver Manager] Data source name not found and no default driver specified
      Ok, I don't think this is that complicated, but I can't get it working right. I could work this fine under PWS and Win98. Having various...
    4. [Microsoft][ODBC Microsoft Access Driver]'(unknown)' is not a valid path error
      This is probably an old problem that most of you know how to fix (I hope!). The scenario is that I have a web server running an ASP site that needs...
    5. Driver's SQLSetConnectAttr failed
      I suggest you avoid ODBC and use the native Jet OLEDB Provider. See www.connectionstrings.com for help with creating the connection string. Or use...
  3. #2

    Default Re: [Microsoft][ODBC Driver Manager] Driver's SQLSetConnectAttr failed

    [url]http://www.aspfaq.com/search.asp?q=SQLSetConnectAttr[/url]

    --
    Aaron Bertrand
    SQL Server MVP
    [url]http://www.aspfaq.com/[/url]




    "Stefan" <stefan@dragolov.com> wrote in message
    news:89543c7c.0312121306.10e90ddb@posting.google.c om...
    > I have error handling in my application and I get this error message
    > immediately after the conn.open call to an Oracle db...
    >
    > The only reason I know of the error is because I have error handling
    > code.
    > But my application doesn't crash. The connect does proceed and the
    > queries are executed etc - everything works fine. But I still don't
    > want my error handling code to display this error, so I'm trying to
    > figure out why it happens...
    >
    > The other weird thing is that it happens only some of the time... I've
    > noticed that it happens if I haven't requested the ASP in a few
    > minutes... So I wait a few minutes, I request the page, I get the
    > error, and then if I start refreshing the page (without waiting) i
    > don't get the error the 2nd, 3rd, etc.. time....
    >
    > Any ideas why I'm getting this error:
    >
    > [Microsoft][ODBC Driver Manager] Driver's SQLSetConnectAttr failed
    >
    > Thanks!

    Aaron Bertrand [MVP] Guest

Posting Permissions

  • You may not post new threads
  • You may not 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