Ask a Question related to ASP, Design and Development.
-
Stefan #1
[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
-
[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... -
[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. ... -
(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... -
[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... -
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... -
Aaron Bertrand [MVP] #2
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



Reply With Quote

