Relative Content

Tag Archive for sqlitedelphi

Access Violation with DataModule in Delphi

I am working on developing an application with a DataModule in Delphi and I’m running into Access Violations when I reference the DataModule from the main form of the application It appears that DataModule1 is nil which would explain the AV error, but I’m not sure how to solve the problem given everything seems to be defined properly in each of the files.

How to Setup TDBGrid to Work with SQLite In Delphi

This is my first attempt at using Delphi along with SQLite to develop an application and I’m running to a problem. I have read what documentation I can find on using SQLite with Delphi, and even watched some videos on the subject but its not helping.

How to Setup TDBGrid to Wotk with SQLite In Delphi

This is my first attempt at using Delphi along with SQLite to develop an application and I’m running to a problem. I have read what documentation I can find on using SQLite with Delphi, and even watched some videos on the subject but its not helping.