× The internal search function is temporarily non-functional. The current search engine is no longer viable and we are researching alternatives.
As a stop gap measure, we are using Google's custom search engine service.
If you know of an easy to use, open source, search engine ... please contact support@midrange.com.



Works great. Thanks Richard. I thought there must be an easy way to do that.


Richard Casey wrote:

Pete,

One way is to add

        DROP FUNCTION myfunction;

at the top of your DDL. Then when you use RUNSQLSTM, specify ERRLVL(31) so
that your script won't abort if myfunction doesn't exist.

Have fun!
Richard


I need to build a DDL script that deletes an object if it already exists. How can I do that without creating a HLL program? I've been using Implementer for database objects, but this is a little different, and I'm not finding much in the documentation. I'd like to run a script with RUNSQLSTM that drops the a UDF if it already exists, then runs my create function. Apparently this is an unusual need on eWhatever-it-is-this-week. Surely someone must be using scripts like this?

--

Pete Hall
pbhall@xxxxxxxxxxxxx
http://www.pbhall.us/





As an Amazon Associate we earn from qualifying purchases.

This thread ...

Replies:

Follow On AppleNews
Return to Archive home page | Return to MIDRANGE.COM home page

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.