interbase and decimal numbers

admin

Administrator
Staff member
hi,

why are all decimal numbers (for example 1.234) after calling ibase_fetch_row automatically rounded to integer? is that a question of any interbase settings?

thank you,
robert

ps: there is a interesting thing: after running a query like select price from ITEM in ibconsole i've got result like:
233,20
123,10
etc...
may be the problem is that ibase uses ',' for separating the decimal part...
 
Back
Top