okay, thanks for reply, I will try to write off a JDBC app to see how I could achieve this. --Ani Pl Save the environment. Please don't print this email unless you really need to.
On Mon, Dec 24, 2012 at 8:51 AM, Dag Wanvik [via Apache Database] < [email protected]> wrote: > > On 18.12.2012 19:16, aniderbian wrote: > > > Hello, > > I am running a windows batch script in which I have a need to fire > below > > command > > *java -jar ..\db-derby-10.9.1.0-lib\lib\derbyrun.jar ij sql_file.txt *. > > > > Now after firing above command I want to check return exit status to > > capture the success/failure of it . > > > > Or if there is any alternative way to achieve this please suggest. > > > > Thanks > As far as I know, there is no such feature, the exit code is that of the > Java VM exiting, so it would normally be 0. > You probably want to know the success or failure of individual SQL > statements in the script. Presently there is no feature to easily > capturing those and relaying the results back to the OS invocation level > of ij. IJ scripting is very basic. > If you need such status codes, you'd probably be better off writing a > small JDBC application. > > Thanks, > Dag > > > > > -- > > View this message in context: > http://apache-database.10148.n7.nabble.com/Exit-value-of-ij-tool-on-command-prompr-tp125897.html > > Sent from the Apache Derby Developers mailing list archive at > Nabble.com. > > > > ------------------------------ > If you reply to this email, your message will be added to the discussion > below: > > http://apache-database.10148.n7.nabble.com/Exit-value-of-ij-tool-on-command-prompr-tp125897p126069.html > To unsubscribe from Exit value of ij tool on command prompr, click > here<http://apache-database.10148.n7.nabble.com/template/NamlServlet.jtp?macro=unsubscribe_by_code&node=125897&code=amFkaGFvLmFuaXJ1ZGRoYUBnbWFpbC5jb218MTI1ODk3fC0xMTM1MDU4NjQ=> > . > NAML<http://apache-database.10148.n7.nabble.com/template/NamlServlet.jtp?macro=macro_viewer&id=instant_html%21nabble%3Aemail.naml&base=nabble.naml.namespaces.BasicNamespace-nabble.view.web.template.NabbleNamespace-nabble.view.web.template.NodeNamespace&breadcrumbs=notify_subscribers%21nabble%3Aemail.naml-instant_emails%21nabble%3Aemail.naml-send_instant_email%21nabble%3Aemail.naml> > -- View this message in context: http://apache-database.10148.n7.nabble.com/Exit-value-of-ij-tool-on-command-prompr-tp125897p126070.html Sent from the Apache Derby Developers mailing list archive at Nabble.com.
