Board index » delphi » Memo field gets truncated to 255 chars in complex query
Dinther
![]() Delphi Developer |
Wed, 30 Nov 2005 08:14:00 GMT
Memo field gets truncated to 255 chars in complex query
Hello,
I have the following problem: Place a TADOQuery on a form with the following SQL: SELECT accounts.aid, Count(*) AS [count], accounts.costpersheetperday, The query is designed to count the number of sheet records per account while Now I place a Datasource and a DBMemo control on the form. hook the whole If I tried it many other ways (runtime query creation using FieldbyName However if I use a simpler (but useless) query such as Select * from accounts then there is no problem. I really want to avoid having to run more than one Thanks Paul van Dinther |