Subject | Re: [ib-support] UDF INITCAP |
---|---|
Author | Helen Borrie |
Post date | 2002-07-16T23:07:39Z |
At 06:37 PM 16-07-02 -0300, Rodrigo Albanaz wrote:
file that should be with the library containing your function.
Alternatively, try out the ProperCase function in the FreeUDFLib:
declare external function f_ProperCase
cstring(254)
returns
cstring(254) free_it
entry_point 'ProperCase' module_name 'FreeUDFLib';
heLen
All for Open and Open for All
Firebird Open SQL Database · http://firebirdsql.org ·
http://users.tpg.com.au/helebor/
_______________________________________________________
>someone knows the correct declaration of function INITCAP??I'm not familiar with this UDF...but look for the declaration in the *.sql
>
>it capitalizes the firs letter of a word and makes all other characters
>lowercase.
file that should be with the library containing your function.
Alternatively, try out the ProperCase function in the FreeUDFLib:
declare external function f_ProperCase
cstring(254)
returns
cstring(254) free_it
entry_point 'ProperCase' module_name 'FreeUDFLib';
heLen
All for Open and Open for All
Firebird Open SQL Database · http://firebirdsql.org ·
http://users.tpg.com.au/helebor/
_______________________________________________________