News

Retrieving SQL Server Identity Column Values When working with Microsoft SQL Server, you can create a stored procedure with an output parameter to return the identity value for an inserted row. The ...
I would have thought that one can change it to a number field, change the value then re-autonumber it again like in SQL server, but I guess not... does anyone know of a way to accomplish what I ...
I am saving a record to a database on SQL server 2k that has a field 'id' -- it is an autonumbered/identity field and thus auto-increments as necessary when saving records.At any rate, this is the ...
Makers can now create and edit Autonumber fields in the entity field designer UI. Previously this functionality was only exposed through the API, but we have now brought it to the UI for easier use.
However, we occasionally want to start the AutoNumber at a number higher than 1. To do this, create an Append query to insert the value of the ID one less than your desired starting number (or Seed ...