Icon View Thread

The following is the text of the current message along with any replies.
Messages 1 to 2 of 2 total
Thread LastAutoIncValue in TEDBTable?
Tue, Oct 7 2008 11:08 AMPermanent Link

Piotr F
Hello,

How can I read actual "LastAutoIncValue" for table in Elevate?

--
best regards,
Piotr F
Tue, Oct 7 2008 11:58 AMPermanent Link

Roy Lambert

NLH Associates

Team Elevate Team Elevate

Piotr


Since you're posting here rather than is the sql group I'm assuming you want this for the table component. Its very simple. Post the record and read the field holding the autoinc.

You could also just run a query eg

SELECT MAX(autoincfield) from table


You can also have a look here

http://www.elevatesoft.com/newsgrp?action=openmsg&group=17&msg=1433&page=2#msg1433

Roy Lambert
Image