SQLite support

Forum related to SQLite

Moderators: gto, cipto_kh, EgonHugeist

Post Reply
geran
Fresh Boarder
Fresh Boarder
Posts: 6
Joined: 13.09.2005, 10:33

SQLite support

Post by geran »

Hi,

first of all I want to congratulate for your excelent library.
I want to ask if it's available the support of SQLite database thru your ZBDC api.

Thanks in advance.
Metal
Fresh Boarder
Fresh Boarder
Posts: 3
Joined: 08.09.2005, 08:05
Location: Sofia, Bulgaria
Contact:

Post by Metal »

yes, its supported
you need only sqlite.dll in your exe directory (or system32)
work very well with ver. 2.8. I think its probably dont work with v3
cvadim
Fresh Boarder
Fresh Boarder
Posts: 2
Joined: 07.10.2005, 06:22

Post by cvadim »

To developers: do you have any plans to implement support of SQLite 3? Is there an approximate date? Thanks in advance.
aducom
Zeos Dev Team
Zeos Dev Team
Posts: 67
Joined: 30.08.2005, 13:21

Post by aducom »

Yes, I have plans to do so, but currently have a lack of time (who hasn't? ;-)) So can't give you a definitive date.

albert
zuggsoft
Fresh Boarder
Fresh Boarder
Posts: 1
Joined: 20.10.2005, 21:37

Post by zuggsoft »

Just wanted to add my request for this too. Zeoslib is Great! and I'm very glad to see the forums back up. But I'm starting to get desparate for Sqlite 3.0 support. Definitely keep us posted on this progress, and keep up the great work.
the_kique
Fresh Boarder
Fresh Boarder
Posts: 4
Joined: 17.10.2005, 21:02
Location: México D.F.

Post by the_kique »

I can implement the sqlite 3 support if anyone hasn´t any problem with that. Please answer if i can go ahead and send me when upload the code.

Sorry my poor eanglish.
aducom
Zeos Dev Team
Zeos Dev Team
Posts: 67
Joined: 30.08.2005, 13:21

Post by aducom »

I currently have an implementation for test obtained from a contributor. Please be a little patient. Haven't been able to test it completely.
the_kique
Fresh Boarder
Fresh Boarder
Posts: 4
Joined: 17.10.2005, 21:02
Location: México D.F.

Post by the_kique »

I and maybe others users will be happy testing that, why you don´t release and we would contribute more closely, not only with bugs and patches.

Nice work.
Regards-
Eraldo
Fresh Boarder
Fresh Boarder
Posts: 2
Joined: 25.08.2005, 05:01

Post by Eraldo »

I am waiting with much anxiety the support to the SQLITE3...
ORMADA
Fresh Boarder
Fresh Boarder
Posts: 12
Joined: 13.02.2006, 12:42

Post by ORMADA »

Just wanted to add my request for this too. NEED SQLite 3.x Support...
I try to rewrite 2.8 but some function in 3.x was deleted/add and i cant
what i done you may see in my sait
http://www.ormada.nm.ru/ZPlainSqLite3.pas
http://www.ormada.nm.ru/ZPlainSqLite3Driver.pas
NEED HELP TO COMPLETE SQLite 3.x.....
Michael
ZeosLib's Handyman :o)
ZeosLib's Handyman :o)
Posts: 189
Joined: 15.08.2005, 16:08
Location: Wehrheim
Contact:

Post by Michael »

Hi ORMADA,

did you have a look at the current CVS? Since the end of last year there is already a SQLite 3.x driver. Did you check this?

Regards.
:prog2: Use the source, dude!

[align=right]..::.. ZeosLib on SourceForge ..::..[/align]
ORMADA
Fresh Boarder
Fresh Boarder
Posts: 12
Joined: 13.02.2006, 12:42

Post by ORMADA »

Hi Michael!
I download zeosdbo-6.5.1-alpha_cvs_13-10-2005.zip
from http://sourceforge.net/project/showfile ... p_id=35994

what not it ?
where is i can download last release if 6.5.1 not last ?some arhive ?
I dont have cvs direct access for my manager security reason...
ORMADA
Fresh Boarder
Fresh Boarder
Posts: 12
Joined: 13.02.2006, 12:42

Post by ORMADA »

I test simply project(form+connection+query+table(no more VCL controls)) size>1.5 mb
If I compile ZEOS Lib only with SQLite support size of exe change ?
zippo
Silver Boarder
Silver Boarder
Posts: 322
Joined: 12.10.2005, 18:01
Location: Slovenia

Post by zippo »

Probably, but then you loose the main feature of Zeos - multi DB support.. :)
ORMADA
Fresh Boarder
Fresh Boarder
Posts: 12
Joined: 13.02.2006, 12:42

Post by ORMADA »

2 zippo aarrrh!
thanks i think about multi DB.
Post Reply