Hi Listmembers, I defined a public function on my 7.6.00.12-Windows MaxDB. Now I would lik to change the function, but I can not drop the old version :(
Here is what I did in more detail: Logged into the DB-instance as DBAdmin CREATE PUBLIC FUNCTION KDSUMME ... Worked well Now I would like to change that function: Logged into the DB-instance as DBAdmin DROP PUBLIC FUNCTION KDSUMME -> Unknown function CREATE PUBLIC FUNCTION KDSUMME ... -> Duplicate function name SELECT * FROM FUNCTIONS -> There is a record with FUNCTIONNAME = KDSUMME The user DBAdmin ist the first and only DBA-User defined for that instance. What is my mistake? How can I drop the public DB-function KDSUMME I defined before? Thanks for help and comments! Kind regards -- 5 GB Mailbox, 50 FreeSMS http://www.gmx.net/de/go/promail +++ GMX - die erste Adresse für Mail, Message, More +++ -- MaxDB Discussion Mailing List For list archives: http://lists.mysql.com/maxdb To unsubscribe: http://lists.mysql.com/[EMAIL PROTECTED]
