Re: Multiple-step Operations Generated Errors
From: Brian Bushay TeamB (BBushay_at_Nmpls.com)
Date: 04/17/04
- Next message: Brian Bushay TeamB: "Re: adoquery.Recordset.pagesize"
- Previous message: Brian Bushay TeamB: "Re: Lookup Cache"
- In reply to: Emile Petrus: "Multiple-step Operations Generated Errors"
- Next in thread: Emile Petrus: "Re: Multiple-step Operations Generated Errors"
- Reply: Emile Petrus: "Re: Multiple-step Operations Generated Errors"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Date: Fri, 16 Apr 2004 20:44:12 -0500
>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'
Date is an SQL key word my guess is using Date as a field name is the source of
your problem.
-- Brian Bushay (TeamB) Bbushay@NMPLS.com
- Next message: Brian Bushay TeamB: "Re: adoquery.Recordset.pagesize"
- Previous message: Brian Bushay TeamB: "Re: Lookup Cache"
- In reply to: Emile Petrus: "Multiple-step Operations Generated Errors"
- Next in thread: Emile Petrus: "Re: Multiple-step Operations Generated Errors"
- Reply: Emile Petrus: "Re: Multiple-step Operations Generated Errors"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Relevant Pages
|
|