Solved. The field was varchar with big size (2048). While firebird allow it, the TStringField seems to not like it.
Ido http://ik.homelinux.org/ On Sat, Nov 21, 2009 at 1:38 AM, ik <[email protected]> wrote: > Hello, > > I wrote query that does select in TSQLQuery. It gives me all the fields I > made select on except one field named Address. > When I execute the query inside the SQL property it does gives me the > field, but not in fielddef window. > The field name is "address" (if it is important). > > Any idea what can be done to make it support that field ? > > Thanks, > Ido > > http://ik.homelinux.org/ >
-- _______________________________________________ Lazarus mailing list [email protected] http://lists.lazarus.freepascal.org/mailman/listinfo/lazarus
