Why select only six field!
Posted: Sat 04 Jun 2011 07:46
Under Linux (Ubuntu 10.04) I found intresting problem. I use Lazarus 9.30, Oracle 11g and UniDac 3.70. When I try to execute ordinary sql like
and in the table "schet_fr" fields count bigger then six, I see only first six field.
Under Windows system, Lazarus 9.30, Oracle 11g and UniDac 3.70 this problem is absent!
Please help to solve this proble.
Code: Select all
select * from schet_fr
Under Windows system, Lazarus 9.30, Oracle 11g and UniDac 3.70 this problem is absent!
Please help to solve this proble.