Subject | RE: [firebird-support] Setting VARCHAR length in a FB UDF |
---|---|
Author | Dmitry Yemanov |
Post date | 2003-07-14T09:51:25Z |
Fred,
VARCHAR. Just use C-style (zero-terminated) strings and forget about all
your issues.
Dmitry
> Could someone please tell me the proper way to set the length of aIMHO, it's much easier to use CSTRING type for the UDF arguments instead of
> VARCHAR return value in a (FireBird 1.5 RC4) UDF function?
VARCHAR. Just use C-style (zero-terminated) strings and forget about all
your issues.
Dmitry