Multiple-step Operations Generated Errors
From: Emile Petrus (emile_at_think.com.br)
Date: 04/16/04
- Next message: Max Odendahl: "problem writing with ADO to a csv file"
- Previous message: Martin Plourde: "SQL cursor"
- Next in thread: Brian Bushay TeamB: "Re: Multiple-step Operations Generated Errors"
- Reply: Brian Bushay TeamB: "Re: Multiple-step Operations Generated Errors"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Date: 16 Apr 2004 07:26:54 -0700
SQL Server 2000 - TADODataSet
Create table client (id int identity (1,1),
name varchar(100),
date datetime default (getdate()))
When I try to insert a new record the SQL Server must return two values: new id and the date.
It is work fine if CursorLocation property is clUseServer.
If I use CursorLocation = clUseClient then it is raised the message 'Multiple-step Operations Generated Errors'
- Next message: Max Odendahl: "problem writing with ADO to a csv file"
- Previous message: Martin Plourde: "SQL cursor"
- Next in thread: Brian Bushay TeamB: "Re: Multiple-step Operations Generated Errors"
- Reply: Brian Bushay TeamB: "Re: Multiple-step Operations Generated Errors"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Relevant Pages
|