Re: For XML Problem with IIS6 and W2k3
- From: "Bob Hobnob" <BobHobnob@xxxxxxxxxxxxxxxxxxxxxxxxx>
- Date: Wed, 11 May 2005 00:35:21 -0700
The code I posted is the complete content of the "links.asp" problem page.
This page is called via an ASP Server.Execute command inside another page.
This "parent" page does have 2 database routines of it's own - both use the
ADODB.Connection "Execute" method to run stored procedures that return
recordsets into variables (no recordset objects explicitly created). As far
as I know, the default "Execute" behavior is synchronous, yes? I certainly
am not specifying the asynchronous option. After the recordsets are
returned, I explicitly close and "nothing" the recordsets, then close and
"nothing" the connection object. This code is all supposed to run and
complete before the "links.asp" page gets executed.
Does any of this info raise a red flag?
//bob
"Anton Klimov [MS]" wrote:
> The stack you provided shows a problem with releasing a pointer to a rowset.
> However the code fragment you posted does not have any rowsets defined,
> unless I'm missing something.
> You should see where you might have recordsets created with asynchronous
> execution.
> --
> This posting is provided "AS IS" with no warranties, and confers no rights.
>
.
- Follow-Ups:
- Re: For XML Problem with IIS6 and W2k3
- From: spamgone
- Re: For XML Problem with IIS6 and W2k3
- References:
- Re: For XML Problem with IIS6 and W2k3
- From: Bob Hobnob
- Re: For XML Problem with IIS6 and W2k3
- From: Anton Klimov [MS]
- Re: For XML Problem with IIS6 and W2k3
- From: Bob Hobnob
- Re: For XML Problem with IIS6 and W2k3
- From: Anton Klimov [MS]
- Re: For XML Problem with IIS6 and W2k3
- Prev by Date: Re: XMLBulkload fails in asp.net com interop but works in vb.net
- Next by Date: Extracting data from SQL Server to XML documents
- Previous by thread: Re: For XML Problem with IIS6 and W2k3
- Next by thread: Re: For XML Problem with IIS6 and W2k3
- Index(es):
Relevant Pages
|