Re: error: Cursor not returned from query
- From: "Damien" <Damien_The_Unbeliever@xxxxxxxxxxx>
- Date: 26 May 2006 07:58:47 -0700
Erland Sommarskog wrote:
IW2FIV (carlo.merlini[NONROMPERE]@libero.it) writes:I would suspect that it's some data layer (such as ADO, ADO.NET, DAO,
I'm a really beginner about sql2000.
During my test I have created the following query. It's works ok until I
do't add the code included in section A, when I add it the i obtain the
error: Cursor not returned from query
Apparently you are using some environment unknown to me. At least I
don't recognize the message.
etc), which has at least two different methods of performing work in
the database - one for performing data retrieval and another (possibly
on another object, if the layer is object oriented) which allows data
manipulation.
For instance, ADO.NET has ExecuteReader and ExecuteNonQuery methods on
it's command object.
Damien
.
- Follow-Ups:
- Re: error: Cursor not returned from query
- From: Erland Sommarskog
- Re: error: Cursor not returned from query
- References:
- error: Cursor not returned from query
- From: IW2FIV
- Re: error: Cursor not returned from query
- From: Erland Sommarskog
- error: Cursor not returned from query
- Prev by Date: Re: error: Cursor not returned from query
- Next by Date: Re: Hanging during READ_COMMITTED_SNAPSHOT ON
- Previous by thread: Re: error: Cursor not returned from query
- Next by thread: Re: error: Cursor not returned from query
- Index(es):
Relevant Pages
|