Search found 20 matches

by swierzbicki
15.01.2009, 13:45
Forum: 6.6 - stable
Topic: failed to start wince-application with ZeosLib
Replies: 2
Views: 667

Hi,

I guess it is because libMySQL.dll is not available for the Windows CE platform.

BR

Stephane
by swierzbicki
05.01.2007, 12:02
Forum: 6.5.1 (alpha) - 6.6.x (beta)
Topic: Noob : Retrieve FieldNames
Replies: 8
Views: 1932

My Delphi isn't opened so I guess it is a TStringlist ?
by swierzbicki
10.11.2006, 11:27
Forum: 6.5.1 (alpha) - 6.6.x (beta)
Topic: Reduce time to open database
Replies: 9
Views: 2462

Please be more precise.

What Database are you running ? , you can compress the data when running on MySQL.

How optimized is your SQL Query ?
by swierzbicki
07.09.2006, 16:19
Forum: 6.5.1 (alpha) - 6.6.x (beta)
Topic: Please add in each Delphi package a .dcp path
Replies: 2
Views: 1126

here we go :) I have upped the Delphi10 modified packages. You will have to port the same modification for al "BDS" packages : Basicaly, right click on each package (in the Project Manager) , select options. A new dialog box appears , select Directories/conditionals and feel the DCP Output...
by swierzbicki
06.09.2006, 19:46
Forum: 6.5.1 (alpha) - 6.6.x (beta)
Topic: Please add in each Delphi package a .dcp path
Replies: 2
Views: 1126

Please add in each Delphi package a .dcp path

Hi,

Actually .dcp files are generated in the same folder as the .bpl one
The .dcp files should be generated in the Zeoslib corresponding Delphi folder.

The .dcp files don't use the suffix compiler directive thus the .dcp file generated with BDS 2005 or BDS 2006 are same named

Thank you
by swierzbicki
30.05.2006, 09:00
Forum: 6.5.1 (alpha) - 6.6.x (beta)
Topic: AutoInc value not fetched after inserting (svn version)
Replies: 5
Views: 1542

Fduenas : many thanks ! ... A little bit off topic but your job looks really interresting (going in the mayan junlge :) .... GREAT)
by swierzbicki
03.05.2006, 18:35
Forum: 6.5.1 (alpha) - 6.6.x (beta)
Topic: AutoInc value not fetched after inserting (svn version)
Replies: 5
Views: 1542

AutoInc value not fetched after inserting (svn version)

AutoInc field isn't retreived when using SQL statement with joins. For example : ZQuery.SQL contains : Select Table1.AutoIncField , Table1.Status , Table2.IdName From Table1 LEFT OUTER JOIN Table2 on (Table1.Id = Table2.Id) ZUpdateSQL is linked to the ZQuery and have all Update/Insert/Delete stateme...
by swierzbicki
03.05.2006, 18:25
Forum: 6.5.1 (alpha) - 6.6.x (beta)
Topic: Error when installing svn ver. (svn://firmos.at/zeos/trunk)
Replies: 11
Views: 2866

Hi mdaems : There is no stupid proposal, only stupid answers :) Your proposal makes sense. It will be better to rename "each" packages as you asked for. Using the libsuffix trick will not solves the problem (dcp files will still be created with the suffix). It will also be good to re-arran...
by swierzbicki
02.05.2006, 18:06
Forum: 6.5.1 (alpha) - 6.6.x (beta)
Topic: Error when installing svn ver. (svn://firmos.at/zeos/trunk)
Replies: 11
Views: 2866

I just found out WHY this happened : I have 2 delphi version running on my laptop. D7 and BDS2006 In the "Path environment variable" I can found : C:\Program Files\Borland\Delphi7\Projects\BPL and C:\Documents And Settings\Username\My Documents\Borland...\BPL I guess that that this path MU...
by swierzbicki
02.05.2006, 14:18
Forum: 6.5.1 (alpha) - 6.6.x (beta)
Topic: Error when installing svn ver. (svn://firmos.at/zeos/trunk)
Replies: 11
Views: 2866

I have also tested with the "testing" branch.
I'm getting the same error
by swierzbicki
02.05.2006, 13:31
Forum: 6.5.1 (alpha) - 6.6.x (beta)
Topic: Error when installing svn ver. (svn://firmos.at/zeos/trunk)
Replies: 11
Views: 2866

Error when installing svn ver. (svn://firmos.at/zeos/trunk)

Hi, I've just downloaded the latest svn version (svn://firmos.at/zeos/trunk). I'm able to compile all package (D10) I'm getting an error when installing the ZComponent package : Entry point is missing : The Entry point of procedure @Zmessages@_SUpdateSQLNoResult is missing in the dynamic link librar...
by swierzbicki
13.12.2005, 10:23
Forum: 6.5.1 (alpha) - 6.6.x (beta)
Topic: Can't install on BDS/Delphi 2006
Replies: 26
Views: 10993

Well, I learn something today !

Code: Select all

{$LIBSUFFIX '100'}
.

:lol:
by swierzbicki
11.12.2005, 20:52
Forum: 6.5.1 (alpha) - 6.6.x (beta)
Topic: Can't install on BDS/Delphi 2006
Replies: 26
Views: 10993

I also had this issue ! Really strange specialy when there is no path pointing to the D7 BPL folder ! To solve this problem just rename your Delphi package (IMO, this should be done for all Delphi packages). Exemple : ZCore.BPL => ZCoreD10.Bpl and so on.... * Recompile then everything and enjoy Zeos...
by swierzbicki
06.12.2005, 18:23
Forum: 6.5.1 (alpha) - 6.6.x (beta)
Topic: LastInsertID isn't fetched anymore ...
Replies: 1
Views: 856

I have applied PATCH [1214009].... Don't know if it will works with the latest CSV build.....
by swierzbicki
06.12.2005, 17:29
Forum: 6.5.1 (alpha) - 6.6.x (beta)
Topic: LastInsertID isn't fetched anymore ...
Replies: 1
Views: 856

LastInsertID isn't fetched anymore ...

:twisted: It seems that the 26/09 CSV version doesn't retreive the MySQL Last_Insert_ID() anymore when using "complex" queries....

Is anybody aware of that ? If so, is there a available fix ?

Thank you