Dan Are you asking how to import data? I guess it depends on the format of your data. Here's a few ideas.
1. Use insert-sql to insert SQL data files. 2. For XML data, use datasql, then insert-sql 3. In a Java class, use your object model. Does that help? Eric On Sun, 2002-12-15 at 16:32, Dan Tran wrote: > Hi, is there a way to instruct torque to fill some data into DB after > insert-sql call? > > Your advice is greatly appreciated. > > -Dan > > -- > To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> > For additional commands, e-mail: <mailto:[EMAIL PROTECTED]> -- Eric Emminger [EMAIL PROTECTED] -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>
