Search found 33 matches

by tygrys
31.10.2010, 21:05
Forum: ZeosLib 7.0 Beta Forum
Topic: When the ZEOS 7 new version for Delphi 2010 ?
Replies: 50
Views: 9271

i use ZeosLib 7 alpha +D2010 +Firebird and all work fine.. what you mean with "does not yet work correct" example? On some database configuration it does not work well. ie. I have Firebird 1.5 database with win1250 encoding internaly. I'm also using polish windows (that means win1250 ansi...
by tygrys
19.01.2006, 18:12
Forum: 6.5.1 (alpha) - 6.6.x (beta)
Topic: Blob data edit / add problem
Replies: 4
Views: 1348

If you are trying to insert new record use T.Insert.
If you are trying to edit existing recrord use T.Edit.
Not both.

Tygrys
by tygrys
17.01.2006, 18:09
Forum: 6.1.5
Topic: Message: Cannot retrieve ResulSet Data
Replies: 2
Views: 1376

Maybe you should use ExecSQL intead of an Open in the "Insert...." Query.

tygrys
by tygrys
17.01.2006, 17:39
Forum: 6.5.1 (alpha) - 6.6.x (beta)
Topic: TZReadOnlyQuery to TClientDataSet
Replies: 2
Views: 763

Look at the ProviderName property of CDS and TDatasetProvider.

Tygrys
by tygrys
17.01.2006, 17:26
Forum: 6.5.1 (alpha) - 6.6.x (beta)
Topic: Default values on new record
Replies: 6
Views: 1508

You can use "onNewRecord" event to set your defaults.

Tygrys
by tygrys
10.01.2006, 13:21
Forum: 6.5.1 (alpha) - 6.6.x (beta)
Topic: BDS 2006 and MySQL 5.0
Replies: 5
Views: 1859

Please check this forum thread

tygrys
by tygrys
10.01.2006, 13:19
Forum: 6.5.1 (alpha) - 6.6.x (beta)
Topic: Can't install on BDS/Delphi 2006
Replies: 26
Views: 11026

Hi.

How about using the same solution to the same problem?

Removee your old zeos packages from the path.

tygrys
by tygrys
28.12.2005, 11:22
Forum: 6.5.1 (alpha) - 6.6.x (beta)
Topic: .Locate doesn't work on integer-Fields in D2006
Replies: 1
Views: 731

There is a bug in Zeos locate, it doesn't work on some field types, ie. BigInt. You should look for the patch here

http://seegernet.koolhost.de/zeosforum/ ... c.php?t=53

Tygrys
by tygrys
24.12.2005, 14:49
Forum: 6.5.1 (alpha) - 6.6.x (beta)
Topic: Database connection component is not assigned
Replies: 3
Views: 1239

You should rename the packages. Look at the thread about Delphi 2006 and Zeos

Tygrys
by tygrys
16.12.2005, 09:35
Forum: 6.5.1 (alpha) - 6.6.x (beta)
Topic: Problem Compiling and Installing the Version 6.5.1
Replies: 4
Views: 1069

Try that way:
Open the ZeosDbo.bpg from packages\delphi7
Select "build all projects"
right click on ZComponent in project manager and select "install"

Tygrys
by tygrys
14.12.2005, 01:38
Forum: 6.5.1 (alpha) - 6.6.x (beta)
Topic: Can't install on BDS/Delphi 2006
Replies: 26
Views: 11026

This libsuffix can be added from Delphi 6 up, I'm not sure 'bout D5 For Delphi 2005 the value is {$LIBSUFFIX '90'} for D6 it is 60 and for D7 it is 70 :-) This is the nice way to have different libraries in the path without a conflict. Specially where all stuff sits in the windows\system32. Works fo...
by tygrys
13.12.2005, 14:31
Forum: 6.5.1 (alpha) - 6.6.x (beta)
Topic: Can't install on BDS/Delphi 2006
Replies: 26
Views: 11026

Be sure to:
1) not have older ZEOS in the path
2) have proper libraries for your database in the path
3) remove older Zeos (previous compilation) before instaling new one.
4) always build, not compile the ZEOS. After that - install

tygrys
by tygrys
12.12.2005, 14:42
Forum: 6.5.1 (alpha) - 6.6.x (beta)
Topic: Can't install on BDS/Delphi 2006
Replies: 26
Views: 11026

The problem is not a path pointing to D7\BPL, but older versions of Zeos someware in the path (ie. WINDOWS\SYSTEM). :-) Better then renaming the package add in each dpk {$LIBSUFFIX '100'} This will not change naming of all project/dependencies, but will make bpl's with a suffix 100, like all other b...
by tygrys
10.12.2005, 14:21
Forum: 6.5.1 (alpha) - 6.6.x (beta)
Topic: Zeoslib and Delphi 2005: unit zlib also in rtl70.bpl
Replies: 6
Views: 1552

Check your path enviroment variable, you may have older version of Zeos (from delphi 7) in the path.

tygrys
by tygrys
10.12.2005, 10:04
Forum: 6.5.1 (alpha) - 6.6.x (beta)
Topic: Can't install on BDS/Delphi 2006
Replies: 26
Views: 11026

If you use Delphi 7 and 2006 on the same machine, be sure not to have the path enviroment variable pointing to files in delphi's 7 bpl directory, there could be a conflict.

tygrys