>
> Line 98, in _queryInsertID: it tried to execute
>
>            c.execute('SELECT gen_id(%s,1) FROM rdb$database'
>                                % sequenceName)
>
>   where
>
>        sequenceName = soInstance.sqlmeta.idSequence or \
>                               'GEN_%s' % table
>
>   What is the actual sequence name for the table?
>

There is not a sequence generator for this table in the database. All
records IDs are generated by the application code.

Petr
-------------------------------------------------------------------------
This SF.net email is sponsored by the 2008 JavaOne(SM) Conference 
Don't miss this year's exciting event. There's still time to save $100. 
Use priority code J8TL2D2. 
http://ad.doubleclick.net/clk;198757673;13503038;p?http://java.sun.com/javaone
_______________________________________________
sqlobject-discuss mailing list
sqlobject-discuss@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/sqlobject-discuss

Reply via email to