Page 1 of 1

Cannot read ntext field

Posted: Thu 06 Dec 2007 01:51
by eugene
I get the following message
EAssertionFailed with message 'Unknown data type (30)(D:\Projects\Delphi\Dbx\Source\dbexp.pas, line 1930)'

the query is
var SQLQuery:TSQLQuery;
...
SQLQuery.add('
SELECT O.ID,o.name,o.content,T.* FROM WARNINGMODELS O LEFT JOIN WARNINGMODELTAGFORMATS T ON
O.ID=T.MODELID ORDER BY O.ID.);

SQLQuery.Open;

o.content is ntext.

I use Delphi 2006
Version 3.10.8.0 of dbexpsda30.dll

Thank you

Posted: Thu 06 Dec 2007 09:19
by Antaeus
This field type is supported in DbxSda 4. You can download the evaluation version for test from this page.