Why select only six field!

Discussion of open issues, suggestions and bugs regarding UniDAC (Universal Data Access Components) for Delphi, C++Builder, Lazarus (and FPC)
Post Reply
dionic
Posts: 11
Joined: Tue 12 Apr 2011 05:16

Why select only six field!

Post by dionic » 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

Code: Select all

select * from schet_fr
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.

AlexP
Devart Team
Posts: 5530
Joined: Tue 10 Aug 2010 11:35

Post by AlexP » Mon 06 Jun 2011 10:25

Hello,

Such behaviour (displaying only 6 first fields) is a restriction of the trial versions of our products for Linux.

Post Reply