Close. You want something like this:

<object name="TABLE_NAME">
       <field name="PRIMARY_KEY_COLUMN_NAME" sequence="YOUR_SEQUENCE" />
            ...other relationships if any...
</object>

On 5/18/06, Douglas Knudsen <[EMAIL PROTECTED]> wrote:
ok, I have a table called say foo with a PK of say ID.  In Oracle, we
typically create a sequence to secure PKs of the numeric flavour.  How
to attack this in Reactor?  I saw mention of a sequence attribute of
the object tag, but how to use it?  Something like this?

<object name="FOO" sequence="SEQ_FOO" />

--
Douglas Knudsen
http://www.cubicleman.com
this is my signature, like it?



-- Reactor for ColdFusion Mailing List -- [email protected]
-- Archives at http://www.mail-archive.com/reactor%40doughughes.net/



-- Reactor for ColdFusion Mailing List -- [email protected] -- Archives at http://www.mail-archive.com/reactor%40doughughes.net/

Reply via email to