Answered my own question. There has is a idMethod attribute that you add to
the table tag to specify the increment method to use. i.e.:

<table name="Foo" idMethod="idbroker">

or

<table name="Foo" idMethod="autoincrement">

or

<table name="Foo" idMethod="sequence">

Hope this helps someone else when they get stuck.


James


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

Reply via email to