Top "Auto-increment" questions

a database constraint that automatically increases from the last record when making an INSERT

How to enable auto-increment with Sql compact & C#

I'm using C# 2010 Express. I have created a SQL Server CE database file (.sdf) then created Information table and ID, …

c# auto-increment compact-database
PostgreSQL: Auto-increment based on multi-column unique constraint

One of my tables has the following definition: CREATE TABLE incidents ( id serial NOT NULL, report integer NOT NULL, year …

postgresql auto-increment
mySQL auto increment problem: Duplicate entry '4294967295' for key 1

I have a table of emails. The last record in there for an auto increment id is 3780, which is a …

php mysql pdo auto-increment mysql-error-1062
Generating serial or unique ordernumber

How do generate unique serial or order number in php without checking against db?

php auto-increment serial-number
optimise Hibernate Sequence ID generation

I'm facing some performance issues while trying to connect Hibernate with SAP HANA In-Memory database, which has no support for …

sql hibernate sequence auto-increment dialect
When using UUIDs, should I also use AUTO_INCREMENT?

We're building a new web app that will have an offline iPad/Android app version on a number of local …

mysql sql sqlite auto-increment uuid