Search found 14 matches

by dragondz
30.09.2008, 11:14
Forum: 6.6 - stable
Topic: Error installing zeoz in lazarus (linux)
Replies: 14
Views: 2079

same problem here (ubuntu8 32bits with libc6 and all related libc6 installed), the only solution i found is to comment all "use libc" found in packages!

Cheers
by dragondz
08.06.2008, 13:59
Forum: SQLite
Topic: None of dynamic libraries can be found: sqlite3.dll
Replies: 6
Views: 4376

At design time! I tried now the application and it works with the dll in the same location of the .exe

Thanks Mark that clarify the problem.
by dragondz
07.06.2008, 17:12
Forum: SQLite
Topic: None of dynamic libraries can be found: sqlite3.dll
Replies: 6
Views: 4376

Hi
and of couse you may lay down it in same directory where your *.exe lay down
I tryed to use lazarus 0.9.24/FPC 2.2 with zeos and sqlite under windows and it seems necessary to copy sqlite3.dll into windows/system folder and not work if sqlite3.dll is in same folder as .exe!
by dragondz
30.10.2006, 13:17
Forum: Announcements
Topic: On which database are you using Zeos?
Replies: 8
Views: 8817

I use sqlite for simple software, and maybe will use postgreSQL for larger developpment all under Delphi7!
by dragondz
11.10.2006, 12:26
Forum: SQLite
Topic: can't connect to sqlite 3 database ?
Replies: 5
Views: 3011

Wich zeos lib you use?

I use SVN Zeoslib and it works fine with sqlite3 (without renaming the dll)
by dragondz
18.09.2006, 11:44
Forum: SQLite
Topic: Using report manager with Zeos and Sqlite
Replies: 0
Views: 1517

Using report manager with Zeos and Sqlite

Hi everybody I downloaded Report Manager (open source) and I try to make it work using zeos and sqlite, But i didn't find how? I read from the web that RM (report manager) can read from sqlite but the only way i found is by using some DLL with DBexpress and ODBC, Is there any way by using directly Z...
by dragondz
03.06.2006, 15:04
Forum: 6.5.1 (alpha) - 6.6.x (beta)
Topic: mysql and delphi 7 - transactions, speed etc.
Replies: 5
Views: 1430

is your Mysql DB under windows system or Linux?
by dragondz
15.04.2006, 11:05
Forum: 6.5.1 (alpha) - 6.6.x (beta)
Topic: [SOLVED]DBLookupComboBox:
Replies: 11
Views: 3440

Hi everybody, I finally found the bug!! It is in the definition of id_tva! the pb was that id_tva is INT but tva.id is INTEGER PRIMARY KEY: in sqlite INT and INTEGER are different, then when I put id_tva INTEGER that solve the pb! Thanks all for your help, when reading your posts gave me the right w...
by dragondz
13.04.2006, 13:19
Forum: 6.5.1 (alpha) - 6.6.x (beta)
Topic: [SOLVED]DBLookupComboBox:
Replies: 11
Views: 3440

Here is the sql statement of the DB (sqlite3): CREATE TABLE "article" ( "id" INTEGER PRIMARY KEY NULL, "article" varchar(100) NOT NULL, "ref" varchar(100) UNIQUE NOT NULL, "prix" FLOAT(10,2) DEFAULT '1' NOT NULL, "id_tva" int(11) DEFAULT '0...
by dragondz
13.04.2006, 10:38
Forum: 6.5.1 (alpha) - 6.6.x (beta)
Topic: [SOLVED]DBLookupComboBox:
Replies: 11
Views: 3440

Hi pol, and thanks for answering, It s true I added persistent field, I do that to change width column in a DBGrid, I remove all the persistent Fields in the prog, but still got the same error message! I think I have all thinks in right place in the DBLookupComboBox because I got the right List! htt...
by dragondz
12.04.2006, 13:06
Forum: 6.5.1 (alpha) - 6.6.x (beta)
Topic: [SOLVED]DBLookupComboBox:
Replies: 11
Views: 3440

I fainally installed the svn version, I tried to compil Zconnection.bpl directly , the right way is to compile each .bpl in the right order.

But the error message in my first post is still remaining.
by dragondz
10.04.2006, 15:51
Forum: 6.5.1 (alpha) - 6.6.x (beta)
Topic: [SOLVED]DBLookupComboBox:
Replies: 11
Views: 3440

Thanks, I use SVN for the first time! I get the last version and I will test soon to know if the pb is solved. I try to compile the new package (for delphi 7) and get a compile error : [Error] ZSequence.pas(103): Undeclared identifier: 'GetCurrentValueSQL' Any idea of what to do? It s hard to be a n...
by dragondz
10.04.2006, 13:33
Forum: 6.5.1 (alpha) - 6.6.x (beta)
Topic: [SOLVED]DBLookupComboBox:
Replies: 11
Views: 3440

Thanks for answer,

I try to get the cvs version but I can't get it , I tye Tortoise but have error message when trying!

Is there another way to get a newer version?

et Merci
by dragondz
09.04.2006, 14:19
Forum: 6.5.1 (alpha) - 6.6.x (beta)
Topic: [SOLVED]DBLookupComboBox:
Replies: 11
Views: 3440

[SOLVED]DBLookupComboBox:

Hi everybody, I am newbie in Delphi and try to learn everyday something new! A friend of mine advise me to use Zeos tools and sqlite for my first (little) project! Zeos Lib are marvelous and are easy to use (great for me :oops: )! First : i use Delphi 7, ZeosLib 6.5.1(alpha) (Dec 2005), and Sqlite 2...