Search found 6 matches
- 13.05.2011, 12:53
- Forum: SQLite
- Topic: sqlite, zeos and delphi urgent help
- Replies: 6
- Views: 4283
- 13.05.2011, 07:25
- Forum: SQLite
- Topic: sqlite, zeos and delphi urgent help
- Replies: 6
- Views: 4283
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...
- 12.05.2011, 10:00
- Forum: SQLite
- Topic: sqlite, zeos and delphi urgent help
- Replies: 6
- Views: 4283
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...
- 11.05.2011, 13:05
- Forum: 6.6 - stable
- Topic: Zeos license
- Replies: 4
- Views: 1662
- 11.05.2011, 10:00
- Forum: 6.6 - stable
- Topic: Zeos license
- Replies: 4
- Views: 1662
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...
- 08.04.2011, 15:39
- Forum: 6.6 - stable
- Topic: Zeos and SQLite
- Replies: 2
- Views: 634
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...