#1 2013-12-26 12:34:57

JerryC_ph
Member
Registered: 2013-03-11
Posts: 16

Suppress ID generation

Is there a way to suppress ID generation?  We are using MS SQL and would like to have the engine handle the ID generation using identity increment.

Offline

#2 2013-12-27 14:12:38

ab
Administrator
From: France
Registered: 2010-06-21
Posts: 14,272
Website

Re: Suppress ID generation

There is currently only one generic way of creating ID generation on client side.
It is very efficient, e.g. when running in BATCH mode.

There is no standard way of generating IDs among RDBMS.
For instance, Oracle and MS SQL have a very diverse way of creating such IDs.
See e.g. http://stackoverflow.com/questions/11296361

How do you think we may implement it?

Offline

Board footer

Powered by FluxBB