0
Good afternoon, I am making a query in a table of Firebird using PDO PHP, and in a specific field of this table is returning all the same values in all records, this field is of type Double Precision. Is it a PDO bug ? Has anyone been there? You’re giving me all 18.40. If I make a query via terminal with Firebird works normally.
I couldn’t even connect to a Firebird bank with PDO, I ended up using Ibase and it seems to work fine, only I didn’t handle any Double Precision fields on it. It is worth testing to see what it gives. It follows Docs of Ibase: https://secure.php.net/manual/en/book.ibase.php
– Daniel
You’re right, I did this is all right !
– Guilherme De Menezes Ferreira