|
Thanks Rob. That worked. I used 'DROP SPECIFIC myUDF' and it worked. Frank rob@xxxxxxxxx@midrange.com on 05/23/2005 04:21:18 PM Please respond to Midrange Systems Technical Discussion <midrange-l@xxxxxxxxxxxx> Sent by: midrange-l-bounces@xxxxxxxxxxxx To: Midrange Systems Technical Discussion <midrange-l@xxxxxxxxxxxx> cc: Subject: Re: Routine myUDF in *LIBL not unique. Ok, here's the deal. You ran multiple CREATE FUNCTION's. But, you changed the parameters - sizes or types. And you can have multiples. This is called "overloading". So if you called myUDF with one set of parameters it may run one thing, but if you call it with a different set it will run another. Try this to check SELECT * FROM SYSFUNCS and see if multiples show up. If so, one of the fields is specific_name. Use that in DROP SPECIFIC FUNCTION... Rob Berendt -- Group Dekko Services, LLC Dept 01.073 PO Box 2000 Dock 108 6928N 400E Kendallville, IN 46755 http://www.dekko.com fkany@xxxxxxxxxxxxxxxxxx Sent by: midrange-l-bounces@xxxxxxxxxxxx 05/23/2005 03:18 PM Please respond to Midrange Systems Technical Discussion <midrange-l@xxxxxxxxxxxx> To MIDRANGE-L@xxxxxxxxxxxx cc Subject Routine myUDF in *LIBL not unique. I'm using the following SQL statement to delete an SQL UDF: "DROP FUNCTION myUDF". I get the following error message after the SQL statement executes: "Routine myUDF in *LIBL not unique." Does anyone know of a way to delete UDF's? Thanks, Frank -- This is the Midrange Systems Technical Discussion (MIDRANGE-L) mailing list To post a message email: MIDRANGE-L@xxxxxxxxxxxx To subscribe, unsubscribe, or change list options, visit: http://lists.midrange.com/mailman/listinfo/midrange-l or email: MIDRANGE-L-request@xxxxxxxxxxxx Before posting, please take a moment to review the archives at http://archive.midrange.com/midrange-l. -- This is the Midrange Systems Technical Discussion (MIDRANGE-L) mailing list To post a message email: MIDRANGE-L@xxxxxxxxxxxx To subscribe, unsubscribe, or change list options, visit: http://lists.midrange.com/mailman/listinfo/midrange-l or email: MIDRANGE-L-request@xxxxxxxxxxxx Before posting, please take a moment to review the archives at http://archive.midrange.com/midrange-l.
As an Amazon Associate we earn from qualifying purchases.
This mailing list archive is Copyright 1997-2024 by midrange.com and David Gibbs as a compilation work. Use of the archive is restricted to research of a business or technical nature. Any other uses are prohibited. Full details are available on our policy page. If you have questions about this, please contact [javascript protected email address].
Operating expenses for this site are earned using the Amazon Associate program and Google Adsense.