Lazarus
Programming => Databases => Topic started by: JJurado on August 02, 2006, 10:11:25 am
-
Hi!
I'm developing an application that use M$ Access. I have to access to a Memo field trougth a SQLQuery component. But I can't. The SQLQuery.FieldsByName('MemoField').AsString always return '' (empty string) If I try with a tDBMemo linked with a DataSet to the SQLQUery I get the same result. The rest of the field types wich I've been working was successful.
I've been searching in the forum but I didn't see anything about this problem.
Could any body help me?
Thanks.
-
Well, I'm going to answer my own.
I was using 0.9.16 version. It appears that there wasn't implemented Memo data fields in that version.
I tryed with 0.9.17 08/03/2006 snapshot and all worked fine.
Thanks to the Lazarus and Free Pascal developers team!