Subject Re: [ib-support] number-to-string function
Author Svein Erling Tysvær
Huh? Cannot see what this has to do with Interbase/Firebird, nor how anyone
can give you a good answer with that little information (well, Helen is quite
good at guessing questions ;o)? You can convert your data in a select clause
like

SELECT CAST(YourIntegerField AS CHAR(10)) FROM YourTable

Is that relevant to your question?

Maybe it's just me not being aware of Interbase having UDFs in .ini-files,
but it doesn't sound sensible.

Set

tmarziano@... wrote:

> I need to add a number-to-string function in a <program>.ini file to
> be able to perform conversions.
> Can anyone help?
> thanks