Ask a Question related to ASP Database, Design and Development.
-
Bob Barrows #1
Re: Driver's SQLSetConnectAttr failed
I suggest you avoid ODBC and use the native Jet OLEDB Provider. See
[url]www.connectionstrings.com[/url] for help with creating the connection string. Or
use a UDL file.
For things to look into:
[url]http://www.aspfaq.com/show.asp?id=2009[/url]
HTH,
Bob Barrows
Sean wrote:> Building a new site with access running the dbase.
> everything seems configured correctly, accept when
> accessing a page that requires an ODBC connection the
> page returns with the following message:
>
> Please try the following:
>
> Click the Refresh button, or try again later.
>
> Open the 192.168.2.1 home page, and then look for links
> to the information you want.
> HTTP 500.100 - Internal Server Error - ASP error
> Internet Information Services
>
> ----------------------------------------------------------
> ----------------------
>
> Technical Information (for support personnel)
>
> Error Type:
> Microsoft OLE DB Provider for ODBC Drivers (0x80004005)
> [Microsoft][ODBC Driver Manager] Driver's
> SQLSetConnectAttr failed
> /breach/enter.asp, line 8
>
>
> Browser Type:
> Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; .NET
> CLR 1.0.3705)
>
> Page:
> GET /breach/enter.asp
>
> Time:
> Saturday, 26 July 2003, 5:34:53 PM
>
> Please don't mind the IP its for internal use. also this
> site sits on on ISA Server, which is configured correctly
> as the site's splash screen is browserable (if that's
> such a word!)
>
> What am i doing wrong??????
>
> Thanks in advance, [email]seanh@fit.net.au[/email]
>
> Sean
Bob Barrows Guest
-
(0x8004E025) COM+ Activation failed because an initialization function failed. Check the event log for more information.
Resolved this issue... Removed component from COM+ registration. Deleted DLL. Re-compiled DLL from source. Re-registered in COM+. Works fine. Mr... -
[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... -
ftp to AIX failed
I am using AIX4.3.3 ML10 and some ftp from the main frame machine may occassionally got stalled and failed. The system are very idle and the... -
CLI connection failed. SQL30082N Attempt to establish connection failed with security reason "24"
Hi, have you found the failure? Because I'm now in the same situation and don't know how to go on??? :( Thanks Originally posted by Prince... -
OEM 901 & failed events
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 All my database events log in as a user who's password recently changed. I made the change in the... -
Sean #2
Re: Driver's SQLSetConnectAttr failed
Bob, thanks, having a look now
Provider. See>-----Original Message-----
>I suggest you avoid ODBC and use the native Jet OLEDBconnection string. Or>[url]www.connectionstrings.com[/url] for help with creating the--->use a UDL file.
>
>For things to look into:
>[url]http://www.aspfaq.com/show.asp?id=2009[/url]
>
>HTH,
>Bob Barrows
>
>Sean wrote:>> Building a new site with access running the dbase.
>> everything seems configured correctly, accept when
>> accessing a page that requires an ODBC connection the
>> page returns with the following message:
>>
>> Please try the following:
>>
>> Click the Refresh button, or try again later.
>>
>> Open the 192.168.2.1 home page, and then look for links
>> to the information you want.
>> HTTP 500.100 - Internal Server Error - ASP error
>> Internet Information Services
>>
>> -------------------------------------------------------this>> ----------------------
>>
>> Technical Information (for support personnel)
>>
>> Error Type:
>> Microsoft OLE DB Provider for ODBC Drivers (0x80004005)
>> [Microsoft][ODBC Driver Manager] Driver's
>> SQLSetConnectAttr failed
>> /breach/enter.asp, line 8
>>
>>
>> Browser Type:
>> Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; .NET
>> CLR 1.0.3705)
>>
>> Page:
>> GET /breach/enter.asp
>>
>> Time:
>> Saturday, 26 July 2003, 5:34:53 PM
>>
>> Please don't mind the IP its for internal use. alsocorrectly>> site sits on on ISA Server, which is configured>>> as the site's splash screen is browserable (if that's
>> such a word!)
>>
>> What am i doing wrong??????
>>
>> Thanks in advance, [email]seanh@fit.net.au[/email]
>>
>> Sean
>
>
>.
>Sean Guest



Reply With Quote

