Subject Re: Decimal woes
Author Graham
--- In firebird-support@yahoogroups.com, Milan Babuskov <milanb@...>
wrote:
>
> Graham wrote:
> > Looks like my Linux port is dead in the water until the Wine
> > developers agree on a fix
>
> Let's be honest: Anything that runs on Wine is *not* a real port. A
> "port" is when you actually write the code that uses native
libraries of
> the platform.
>
> You are running your application in an emulated environment, and one
> still labeled Beta quality. I wouldn't even dare got in production with
> it. If your clients really need to run in on Linux, did you consider
> some kind of virtualization (vmware or whatever) ?
>

Hi Milan

Actually the main purpose of this exercise was to provide a Vmware
appliance that users could download to evaluate. So, it had to be a
linux variety.

And there are two components .. a linux client and the windows server
( under wine ).

But luckily I have found a fix ... I changed the column in question to
float instead of decimal, and that works for me.