I would like to have it on DAL mysql specific. I found the _befor_insert and other events very intresent and can hel in many part of my code. Thansk to Massimo.
On Monday, August 13, 2012 6:33:59 PM UTC, Cliff Kachinske wrote: > > In MySQL there is > > ALTER TABLE mytable AUTO_INCREMENT = 500 > > Is that what you want to do? > > On Friday, August 10, 2012 11:46:54 AM UTC-4, tigmmi wrote: >> >> Is there a way to add an autoincremente field with a specific first >> value. Compute won't work with id + number. > > --