How to check if a column is "longtext" or "longblob"
Posted: Tue 13 Oct 2009 07:05
Hi,
I create tables with column-type "longtext" and "longblob".
If I create a query with have both columns in result set, I get fieldtype TFieldType.ftMemo for both.
Is there a possibility to get the correct type on the Dataset-Level? I need this because I need different behaviour on "real blobs" an "big text-fields".
Thanks
Bernhard
I create tables with column-type "longtext" and "longblob".
If I create a query with have both columns in result set, I get fieldtype TFieldType.ftMemo for both.
Is there a possibility to get the correct type on the Dataset-Level? I need this because I need different behaviour on "real blobs" an "big text-fields".
Thanks
Bernhard