Re: For XML Problem with IIS6 and W2k3

Tech-Archive recommends: Fix windows errors by optimizing your registry



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.
>

.



Relevant Pages

  • Re: Creation of DSN
    ... I'm not doing RecordSets. ... to execute the creation query. ... I'm trying to automatize a database creation process, and I have to get the ...
    (microsoft.public.vb.database.ado)
  • RE: SP and UDF
    ... function cau return different data types, ... SP is execute as EXEC param values, ... It returns a single rowset. ...
    (microsoft.public.vb.database.ado)
  • Re: DB_E_BADACCESSORHANDLE when call IRowset->GetData
    ... I want to select id by keyword with this SQL: ... > You need to execute the query to get back the rowset. ...
    (microsoft.public.sqlserver.ce)
  • Re: Dataset empty or is nothing?
    ... The query returns no rowset. ... If you execute an action query or the SP ... > dim ds as new dataset ...
    (microsoft.public.dotnet.framework.adonet)
  • Re: DB_E_BADACCESSORHANDLE when call IRowset->GetData
    ... Yes, I do call Execute with pIRowset as parameter, but I have find out the ... When call pIAccessor->CreateAccessor, in parameter rgBinding, for each ... Bingding Column, iOrdinal should start with 1, I thought it should be 0 ... > You need to execute the query to get back the rowset. ...
    (microsoft.public.sqlserver.ce)