Basic information:
windows 10,64 bit,lazarus/fpc:the most recent release(4.0,May 5,2025)
sqlite3 database file name:world.db3
table name:city
A short story:several years ago I connected and retreved the table field values by design time visual tools/component and everything is great,that ,is ,an older Lazarus.Now I use the most recent one,but there is an issue.
Following this tutorial to connect all necessary data aware component:
https://wiki.freepascal.org/SQLdb_Tutorial1And yes,everything goes fine,except some of the field values retrieved back are marked as (MEMO)-not the real value,but some of the fields do get the real values.Please see the attachment.
I have no clue what is going on here,and am really confused how come some of the fields value are correct but some are not.
Help would be appreciated.