Good News Everybody!
The new search engine is LIVE!
Please report any problems to david (at) midrange.com.
|
Having problems overloading an SQL UDF using the specific keyword: I can create this one: create function CvtToDate(indte Char(6)) returns Date specific CvtCharMDYtoDate then this one: create function CvtToDate(indte Numeric(8,0)) returns Date specific CvtNumISOtoDate but when I try to create this one it fails: create function CvtToDate(indte Numeric(6,0)) returns Date specific CvtNumMDYtoDate the error I get is SQL0454 - Routine CVTTODATE in DVPMELCW already exists. If I change the specific name to CvtMDYnumToDate it works fine. If I drop the CvtToDate(numeric(8,0)) it works also. Is there some limitation to the length of the specific name used? Thanks, Charles
This mailing list archive is Copyright 1997-2026 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.