Ask a Question related to ASP, Design and Development.
-
Matt Stanley #1
Need help w/ error mssg
I'm getting the following error message:
Microsoft OLE DB provider for ODBC Drivers error '80004005'
[Microsoft][ODBC SQL Server Driver][DBNETLIB]ConnectionWrite(send()).
/library/includes/callouts.asp, line 17
The same error has been repeated in reference to line 25. Here's the code on
line 17:
<td width="16" background="/images/main/pg_callout_bg_left.gif"
align="center"><img src="/images/main/pg_callout_bg_left.gif" width="16"
height="1" alt="" border="0"></td>-->
The same error has been repeated in reference to line 25. Here's the code on
line 25:
Set NewsRs = Conn.Execute(SQL)
Is this a problem the site code is having connecting to the database or
what? When you click refresh in the browser the page loads just fine. It's a
mystery to me, and I could really use some help. Thanks in advance.
Matt
[email]mstanley@hwcs.com[/email]
Matt Stanley Guest
-
Error Message "A drawing error ocurrred which is probably due to an out-of-memory condition. Try qu
I am running Acrobat Reader 5.0 on a Mac Powerbook running OS 9.2 and keep getting "A drawing error occurred which is probably due to an out of... -
Error 403 Failed to read heders Error for long-runningCFMAIL and CFINDEX command
I have two different pages with long-running scripts on which I am recieving the following error: Error - 403 Failed to read headers to server:... -
Error Creating Control: Parser Error DocHeader does not have a property named 'cc3:MyItems'
I am having problems getting this webcontrol working properly. Everything else works fine except having items. So here is the low-down on the... -
Postscript Print error (ERROR: rangecheck; OFFENDING COMMAND: filter)
We are attempting to print off some rather large image files on a Xerox 340 and an HP Laserjet 4MV printer via Adobe Acrobat 6. Smaller similar files... -
An error occurred while try to load the string resources (GetModuleHandle failed with error -2147023888)
Hello, on one of our customers servers we get following error on first ASPX-page: An error occurred while try to load the string resources... -
Ray at #2
Re: Need help w/ error mssg
"Matt Stanley" <mstanley@hwcs.com> wrote in message
news:%23GULyI0kDHA.2244@TK2MSFTNGP12.phx.gbl...Use OLEDB. [url]www.connectionstrings.com[/url]> I'm getting the following error message:
>
> Microsoft OLE DB provider for ODBC Drivers error '80004005'
>
> [Microsoft][ODBC SQL Server Driver][DBNETLIB]ConnectionWrite(send()).
on>
> /library/includes/callouts.asp, line 17
>
> The same error has been repeated in reference to line 25. Here's the codeThat is not line 17. Are you looking in the include file that is referenced> line 17:
>
> <td width="16" background="/images/main/pg_callout_bg_left.gif"
> align="center"><img src="/images/main/pg_callout_bg_left.gif" width="16"
> height="1" alt="" border="0"></td>-->
in the error? You have to look at line 17 in ~that~ file.
on>
> The same error has been repeated in reference to line 25. Here's the codeWhat's the value of "SQL?"> line 25:
>
> Set NewsRs = Conn.Execute(SQL)
response.write SQL
response.end
Ray at work
Ray at Guest
-
Tom B #3
Re: Need help w/ error mssg
I think
a) you are using the wrong type of connection string. Use the OLEDB for SQL
(see [url]www.connectionstrings.com[/url])
b) there's a problem with your sql statement try
Response.write SQL
Response.Flush
'BEFORE your Execute
"Matt Stanley" <mstanley@hwcs.com> wrote in message
news:%23GULyI0kDHA.2244@TK2MSFTNGP12.phx.gbl...on> I'm getting the following error message:
>
> Microsoft OLE DB provider for ODBC Drivers error '80004005'
>
> [Microsoft][ODBC SQL Server Driver][DBNETLIB]ConnectionWrite(send()).
>
> /library/includes/callouts.asp, line 17
>
> The same error has been repeated in reference to line 25. Here's the codeon> line 17:
>
> <td width="16" background="/images/main/pg_callout_bg_left.gif"
> align="center"><img src="/images/main/pg_callout_bg_left.gif" width="16"
> height="1" alt="" border="0"></td>-->
>
> The same error has been repeated in reference to line 25. Here's the codea> line 25:
>
> Set NewsRs = Conn.Execute(SQL)
>
>
> Is this a problem the site code is having connecting to the database or
> what? When you click refresh in the browser the page loads just fine. It's> mystery to me, and I could really use some help. Thanks in advance.
>
> Matt
> [email]mstanley@hwcs.com[/email]
>
>
Tom B Guest



Reply With Quote

