Search found 6 matches

by vvv
13.05.2011, 12:53
Forum: SQLite
Topic: sqlite, zeos and delphi urgent help
Replies: 6
Views: 4216

Thanks for your answer. English is not my native language. Next thing. I create table with this query. 'CREATE TABLE IF NOT EXISTS "Events"("Date" VARCHAR(50), "Message" VARCHAR(50))' In column Date I store date in format YYYY-MM-DD HH:mm:ss:msec as text. Data from the ...
by vvv
13.05.2011, 07:25
Forum: SQLite
Topic: sqlite, zeos and delphi urgent help
Replies: 6
Views: 4216

I have some experience. I create my database and write data in the database. Everything is OK. I read that the result of a SELECT is zero or more rows of data where each row has a fixed number of columns. Command:='SELECT Date, FROM MyTable'; ZQuery1.SQL.Clear; ZQuery1.SQL.Text := Command; ZQuery1.E...
by vvv
12.05.2011, 10:00
Forum: SQLite
Topic: sqlite, zeos and delphi urgent help
Replies: 6
Views: 4216

sqlite, zeos and delphi urgent help

Hi guys. I use Delphi 2007, ZEOSDBO-6.6.6-stable and SQLite3. I successfully create database and write data in database. In database I have one table that have two columns, in the first column I write date YYYY-MM-DD HH:MM:SS and in the seccond message. I want to use Query to select date and message...
by vvv
11.05.2011, 13:05
Forum: 6.6 - stable
Topic: Zeos license
Replies: 4
Views: 1645

Hi, thank you for your answer.
I already read the exception but i still do not understand.

If i link statically the zeos library in my exe project, should i redistribute to the customer the .dcu files from my exe project and the .dcu files from the zeos library ?

Thanks
by vvv
11.05.2011, 10:00
Forum: 6.6 - stable
Topic: Zeos license
Replies: 4
Views: 1645

Zeos license

Hi all. I want to ask for using ZEOSDBO 6.6.6 for commercial projects? I read some posts on this forum but I do not understand the LGPL license. As I understand there is some linking exception in LGPL license. I want statically to link zeos with my project. I want to ask whether is proper to provide...
by vvv
08.04.2011, 15:39
Forum: 6.6 - stable
Topic: Zeos and SQLite
Replies: 2
Views: 626

Zeos and SQLite

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