Hello All,
Lazarus 0.9.31, FPC 2.4.3, Win7
Iam doing a simple application and I have a problem with saving record. I use TSqlite3Dataset, Datasource,DBgrid. In DBGrid I want to show for example: "Select Name, In, Out, In-Out as State from Warehouse" If this expression I insert in TSqlite3Dataset. SQL property I am not able to save neither new record nor changes in exist record. There is not any massage only the changes are not saved. If the Sqlite3Dataset. SQL property is empty or I use "Select * from Warehouse " Saving is OK.
Please can you tel me what Iam doing wrong ?
Thanks for advices