|
Posted by Damien on 05/26/06 17:58
Erland Sommarskog wrote:
> IW2FIV (carlo.merlini[NONROMPERE]@libero.it) writes:
> > 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.
>
I would suspect that it's some data layer (such as ADO, ADO.NET, DAO,
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
Navigation:
[Reply to this message]
|