--- Myrna van Lunteren <[EMAIL PROTECTED]> wrote:

> You're right, this does not work. What does work is
> redirecting, of course, 
> like so:
> syntax:
> java
> -Djdbc.drivers=org.apache.derby.jdbc.EmbeddedDriver
> org.apache.derby.tools.ij <myscript.sql> >
> <myoutput.txt>
>  example:
> C:\derbytest>java
> -Djdbc.drivers=org.apache.derby.jdbc.EmbeddedDriver
> org.apache.derby.tools.ij createderbydb.sql >
> output.txt
>  Or, as you said, using ij.outfile:
> java
> -Dij.outfile=output.out
> -Djdbc.drivers=org.apache.derby.jdbc.EmbeddedDriver
> org.apache.derby.tools.ij createderbydb.sql
> 

Ah good, so should the JIRA entry I create for this
simply call for adding the redirect character (>) to
the syntax in the documentation?

Reply via email to