Zeos and SQLite

In this forum we will discuss things relating the ZEOSLib 6.6.x stable versions

Moderators: gto, EgonHugeist

Post Reply
vvv
Fresh Boarder
Fresh Boarder
Posts: 6
Joined: 08.04.2011, 15:15

Zeos and SQLite

Post 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.
:?: :?: :?:
mardangga
Fresh Boarder
Fresh Boarder
Posts: 4
Joined: 01.04.2011, 00:41
Location: Indonesia
Contact:

Post 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.
jeremicm
Senior Boarder
Senior Boarder
Posts: 61
Joined: 18.10.2006, 17:07
Contact:

Post 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...
Post Reply