Hello, I have app with many sqlite tables, one of those have three lookup three. When I start my app it's works nice. Then I add some dato to this database, using a form with some datalookup components, and it's works.
I close the app, my app on close events, close the the database. Then when I run again my app. show the error. Also if I try to open the database using the sqlite component I got the same error.
Only I can do, is create the table again, using the component, but I lost the data stored.
What happen?
I use lazarus 0.9.29 svn: 27806 adn fpc: 2.4.3
Thanks
/Jorge