Re: [GENERAL] Problem dbi_link with postgresql 9.04

2011-10-06 Thread Albe Laurenz
Emanuel Araújo wrote: > The field where the problem occurs is of type float or double, when > extracting data from firebird, it > creates the tables materialized as type text. There is problem with null > values ​​or zero bytes. There > are three records with value "1.5" and are those records tha

Re: [GENERAL] Problem dbi_link with postgresql 9.04

2011-09-30 Thread Albe Laurenz
Emanuel Araújo wrote: > found that the problem occurs when the dbi_link makes parsing of a field > float / double to a text > field, because when it creates the tables already created with this type of > data. I do not understand that. > Another thing we see is that the problem is not with null

Re: [GENERAL] Problem dbi_link with postgresql 9.04

2011-09-30 Thread Emanuel Araújo
hi, news! found that the problem occurs when the dbi_link makes parsing of a field float / double to a text field, because when it creates the tables already created with this type of data. Another thing we see is that the problem is not with null fields or zero bytes but with a value of 1.5, no

Re: [GENERAL] Problem dbi_link with postgresql 9.04

2011-09-22 Thread Albe Laurenz
Emanuel Araújo wrote: > In one of our applications, we use the dbi_link for communication with a > firebird db, > works very well in version 8.3 we have one of our PostgreSQL server (CentOS > 5.3). > We are doing tests for migration to version 9.4 or 9.1, and the use of tests > dbi_link got the

[GENERAL] Problem dbi_link with postgresql 9.04

2011-09-21 Thread Emanuel Araújo
Hi, In one of our applications, we use the dbi_link for communication with a firebird db, works very well in version 8.3 we have one of our PostgreSQL server (CentOS 5.3). We are doing tests for migration to version 9.4 or 9.1, and the use of tests dbi_link got the following errors: dbi_fortes =