Subject | Re: Decimal woes |
---|---|
Author | Graham |
Post date | 2008-03-13T19:59:36Z |
--- In firebird-support@yahoogroups.com, Milan Babuskov <milanb@...>
wrote:
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.
wrote:
>libraries of
> 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
> the platform.Hi Milan
>
> 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) ?
>
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.