bonjour,

Having read the mail concerning named_select_statement, I decided to
modify a dbproc:

first drop it with:
dbmcli -d DATABASE -uSQL jm,passwd -c "sql_execute drop dbproc
dbprocname"
dbmcli says 'OK'

then tried to load the new dbproc:
loadercli -d DATABASE -u jm,passwd -b dbproc.txt
result:
Error during execution
-->-25010
SQL error -6006 = Duplicate name:PC_IDANIMAL (error position: 1)

Then I used sqlcli:
drop dbproc dbprocname
commit

And used loadercli again, with the same command line:
Successfully executed

I tried it two times: same messages, same results

Is there something wrong in my dbmcli statement ?

-- 
jm


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

Reply via email to