Search found 54 matches

by mariuszekpl
24.11.2008, 22:14
Forum: ZeosLib 7.0 Beta Forum
Topic: [patch_done] Small Sqlite Bug
Replies: 1
Views: 491

[patch_done] Small Sqlite Bug

I fix small bug in Sqlite
Now i can open query and open table


edit: updated attachment
by mariuszekpl
16.11.2008, 17:09
Forum: User Patches
Topic: Zeos for Delphi 2009?
Replies: 26
Views: 4311

People, I'm doing the conversion to Unicode, and I say, stay calm heheheh Unicode changing on Delphi 2009+ will affect a lot of lines, that may be revisited with come care, not a trash job as this unnoficial Zeos2009.rar, which I found too. It compiles but don't work as expected. The conversion sta...
by mariuszekpl
11.11.2008, 00:56
Forum: 6.6 - stable
Topic: ZeosLib 6.6.3 in Delphi 2009 Trial
Replies: 4
Views: 1123

I'm waiting for zeos support delphi 2009
by mariuszekpl
11.11.2008, 00:56
Forum: 6.6 - stable
Topic: Zeos 7
Replies: 6
Views: 1196

I'm waiting for zeos support delphi 2009
by mariuszekpl
11.11.2008, 00:55
Forum: User Patches
Topic: Zeos for Delphi 2009?
Replies: 26
Views: 4311

I'm waiting for zeos support delphi 2009
by mariuszekpl
11.11.2008, 00:54
Forum: 6.6 - stable
Topic: Previsão do Zeoslib 7.x (Prediction of Zeoslib 7.x)
Replies: 7
Views: 913

I'm waiting for zeos support delphi 2009
by mariuszekpl
04.11.2008, 22:13
Forum: 6.6 - stable
Topic: Previsão do Zeoslib 7.x (Prediction of Zeoslib 7.x)
Replies: 7
Views: 913

Re:

today i try change zeos to work with delphi 2009.
I found zeosdbo2009.rar but it dont' work with SqLite.

My code.
http://91.121.81.145/ZEOSDBO2009-sqlite.7z

I can open table.
I can see rows.
I can see columns.
But i can't see data in rows.
by mariuszekpl
30.09.2008, 22:41
Forum: 6.6 - stable
Topic: Sqlite - ATTACH DATABASE
Replies: 2
Views: 756

Small patch to add support attach database in sqlite

I fix it :)
In attachment file you can find my ZDbcSqLiteMetadata.pas
by mariuszekpl
30.09.2008, 12:04
Forum: 6.6 - stable
Topic: Sqlite - ATTACH DATABASE
Replies: 2
Views: 756

Sqlite - ATTACH DATABASE

I have two databases: dane.db and dane2.db in dane.db i have table app_storage in dane2.db i have table app_storage too :) In ZConnection2: TZConnection; I open dane.db ; I attach dane2.db to database dane.db: path := ExtractFilePath(application.ExeName) ; ZSQLProcessor1.Script.text := format( ' ATT...