|
|
Archives of the TeradataForum
Message Posted: Wed, 26 Feb 2014 @ 15:03:54 GMT
Subj: | | Re: UDF using DECIMAL8 OR DECIMAL16 VALUES to pass decimal(18, 2) values |
|
From: | | Geoffrey Rommel |
You show a line saying "Errors/Warnings reported during compilation", but not the actual error report. What messages were produced by the C
compiler?
You may not be following all the rules for coding UDF's. I recommend looking closely at examples in the manual or from an experienced
developer. sqlstate[5] should be sqlstate[6], by the way.
| |