Icon View Thread

The following is the text of the current message along with any replies.
Messages 1 to 2 of 2 total
Thread AppendRecord with identity field
Wed, Jun 6 2007 6:22 PMPermanent Link

Michael Fullerton
In DBISAM if I used AppendRecord on a table with an autoinc field I
would just put a 0 which would be ignored. In EDB it actually adds a
record with 0 in the identity field. How do you handle identity fields
with AppendRecord in EDB?
Thu, Jun 7 2007 12:54 PMPermanent Link

Tim Young [Elevate Software]

Elevate Software, Inc.

Avatar

Email timyoung@elevatesoft.com

Michael,

<< In DBISAM if I used AppendRecord on a table with an autoinc field I would
just put a 0 which would be ignored. In EDB it actually adds a record with 0
in the identity field. How do you handle identity fields with AppendRecord
in EDB? >>

You need to pass a nil, which should have been the case with DBISAM also.

--
Tim Young
Elevate Software
www.elevatesoft.com

Image