[EMAIL PROTECTED] writes:

Hi,

of course I've built the generator and use this in my application
without prefix.  I do set the values in my build.properties, though,
which seem to make a difference.

Why does "initialID" need no prefix?

If I comment out the settings in my build.properties, it still does not work:

insert into ID_TABLE (id_table_id, table_name, next_id, quantity) VALUES (1000, 
'TABLE_1', $initialIDValue, $initialIDStep);
insert into ID_TABLE (id_table_id, table_name, next_id, quantity) VALUES (1001, 
'TABLE_2', $initialIDValue, $initialIDStep);
insert into ID_TABLE (id_table_id, table_name, next_id, quantity) VALUES (1002, 
'TABLE_3', $initialIDValue, $initialIDStep);

This wants more investivation. I'll look into this tonight. Sorry for
the trouble.

        Regards
                Henning

-- 
Dipl.-Inf. (Univ.) Henning P. Schmiedehausen          INTERMETA GmbH
[EMAIL PROTECTED]        +49 9131 50 654 0   http://www.intermeta.de/

Java, perl, Solaris, Linux, xSP Consulting, Web Services 
freelance consultant -- Jakarta Turbine Development  -- hero for hire

--- Quote of the week: "It is pointless to tell people anything when
you know that they won't process the message." --- Jonathan Revusky

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to