Search found 1 match
- 23.11.2006, 15:11
- Forum: Bug Reports
- Topic: [bug_fixed] wrong fieldtype mapping
- Replies: 6
- Views: 5769
[bug_fixed] wrong fieldtype mapping
hi! i started to use zeos with firebird recently (after forget ibx), all was fine, until now. i have a select like this: select t1.someStringField, t2.someFloatField*t1.someIntField as someName from TABLE1 t1 left outer join TABLE2 t2 on ... etc. when i open the query, the DataType of the second fie...