using delphi xe4 and dbexpress on sqllite3
This issue occurs only when the dataset is empty.
- Create an app with TClientDataSet, TDataSetProvider and TSQLQuery and TSQLConnection.
- The TSQLConnection must be of drivername Sqlite.
- After opening of the TClientDataSet, DataType of all the FieldDefs is shown as ftWideMemo!!!
This is only when the dataset is empty. When dataset is filled with 1 or more records, the FieldTypes are correct.