Wrong SQL view from Firebird
Posted: Thu Nov 18, 2010 4:10 am
I have report with ODBC connection to Firebird database. When I select records from SQL tool everything is Ok but if I run select from my report or even designer I received same columns but in one of columns is wrong content. It should be null value but there is some trash from database from some other fields. No meter I move order of columns in my query or I rearrange query or even simplify it to only one table with no conditions I just received some other trash in that particular field. That field is 100 varchar.
It looks that record buffer is wrongly handled.
Ok. I can give you a hint. After some heavy thinking we decided to replace varchar definition to char definition and everything works well now. So you got a problem with varchar fields (and we have same problem too).
Regards,
Djole
It looks that record buffer is wrongly handled.
Ok. I can give you a hint. After some heavy thinking we decided to replace varchar definition to char definition and everything works well now. So you got a problem with varchar fields (and we have same problem too).
Regards,
Djole