Hi Joël,

Joël Reungoat [mailto:[EMAIL PROTECTED] wrote:
> 
> But this means that there is probably no solution to my problem. Am I 
> right ?
> I simply want in a script (as mentionned in my first mail) to 
> create a 
> BDPROC and then to call it, being sure that there is no error during 
> these 2 actions. This can be done using the option "-E 1".
> But before creating the DBPROC in the script, I must try to drop it, 
> because the DBPROC may already exist.
> So in this case, if the DBPROC does not exist, it will raise an error 
> and will stop the script. I would like that it does not stop for this 
> none fatal error and continue with next commands but stopping on next 
> fatal error.
> Does somebody see a possibility to do it in a same script ?
> 
There is no solution to your problem working with loadercli. It does not
provide a means to check return codes and process dependently on those
return codes.
The only option I could think of would be to use one of the scripting
languages Perl or Python. That would do the trick.
Regards,
 Steffen
-- 
Steffen Schildberg
MaxDB Team
SAP Labs Berlin 

--
MaxDB Discussion Mailing List
For list archives: http://lists.mysql.com/maxdb
To unsubscribe:    http://lists.mysql.com/[EMAIL PROTECTED]

Reply via email to