Page 1 of 1

Zeos and SQLite

Posted: 08.04.2011, 15:39
by vvv
Hi all.

I'm new in database programming. I'm using delphi 2007 CodeGear and Zeos 6.6.6.
I've successfully install the Zeos 6.6.6 according the install manual that I download and in Tool Palete of delphi IDE I can see the Zeos component. I want to use Zeos with SQLite 3. In the user manual write that some dlls for database client should be copied in windows directory but I'm not clear what to do. Where can I find this dlls and where to copy.

I need some basic explanation how to start write some simple code. How to start from scratch. How to write and read data from database.

Thanks in advance.
Regards.
:?: :?: :?:

Posted: 11.04.2011, 09:26
by mardangga
You can download the dll file from sqlite official site: http://www.sqlite.org/download.html
You can find it in "Precompiled Binaries For Windows" section. It's in zip file. You can extract it and then place dll file (*.dll) in C:\Windows\System32 directory.
If you have done that, then maybe you can follow tutorial from these site:
http://lazaruszeos.blogspot.com/
It's in spanish, but you can use google translate, to translate it to english.

That's it.... I hope it can help you somehow :)
Sorry for my poor English.

Posted: 11.04.2011, 09:27
by jeremicm
get sqlite3.dll from sqlite site for a start... you don't need to copy it to windows folder, it will work if you copy dll to application folder...