Davide Baroncelli typed the following on 06:46 PM 3/30/2002 +0100 >I see Torque has an ant task to extract xml data dumps from the DB. I'd like >to know what is the best way to put them back into the DB: isn't there an >xml data insert task?
There is TorqueSQLTask will create SQL command files from the XML dump, and TorqueSQLExec will execute those files. That said, I've found these tasks to be problematic, at least with mysql - for instance, they don't do anything intelligent with quotes, not even putting quotes around date strings. Kief -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>
