[opencms-dev] Table CMS_SYSTEMID

Pierre Tissot Pierre.Tissot at cern.ch
Tue Jul 8 09:47:02 CEST 2003


>
> i am developing a new backoffice module, no troubles until now.  I am using
> the tutorial from paolo brunsati, it's really a great thing, thanks a lot.
> i only have one question, concerning the cms_systemid table.
>
> when i create new tables, i have to insert a new row with the name of the
> new table in this table. but what the hell is this integer value used for ?
> which value do i have to set, and why must i insert the new table in the
> cms_systemid ?
>
> does anybody know an answer?

I'm not a expert but the ideia is to have a table where opencms simulates the 
AUTOINCREMENT of the primery key. So the integer that you put in this table 
have to be the next number to be use by the opencms to insert a row in the 
table. 

Pierre



More information about the opencms-dev mailing list