On Mon, 23 Jul 2001, Andrea Papotti <[EMAIL PROTECTED]> wrote:
> Is it possible to initialize some database table with Torque using
> some sort of syntax within the myapps-schema.xml ??
I don't know anything about Torque (read this as 'you are in the
wrong place' 8-), but ...
> This would be usefull to initialize (when using 'ant init') some
> small table to the only 5-10 values needed in the whole lifetime of
> the project, without user intervention.
Can't you use Ant's <sql> task for that?
Stefan