I am trying to make an application with a database. For that, I would like to use an SQLite3 database.

To start learning the technique I started with '
https://wiki.freepascal.org/SQLite'. There I read: "All drivers do need the SQLite library/dll in the executable directory", so I copied the 'sqlite3.dll' file into the same directory where my Pascal/Lazarus source and other files are.
Next I continued wth the information as given in '
https://wiki.freepascal.org/SQLdb_Tutorial1'. All goes well until I reach the point where it says: "Now check if all settings so far are correct: set the 'Connected' property to 'True'. If the database path isn't correct or if username or password are wrong, you will get an error message. If the connection was successful, you should cut it now (set 'Connected' to 'False')."
At that moment there wil a message show: "Can not load SQLite client library "sqlite3.dll". Check your installation".

After checking I can not think of what I am doing wrong here...

Can anyone help?
