Page 1 of 1

Zeos 6.6.2 Installation D2007 Trial

Posted: 05.01.2008, 22:05
by haentschman
hi all... :D

i hope you understand me... 8)

1. I want to change my Delphi Version from D5 to D2007.
2. I have written a Projekt in D5 with Zeos 6.6.2.... works perfect
3. To check out what i have to do in D2007 i have installed then D2007 Trial
4. The Install from Zeos 6.6.2 fails :(

- i open the project ZeosDbo.groupproj from packages\d11
- i compile the complete project
- at compiling ZComponentDesign i have following Message (the picture)
- when I push OK then compiling ends an the Components are installed...
but... the Component list are Empty
:roll:
- when i manualy erase the ZComponent from ZComponentDesign
the compiling ends whithout Errors and the Components are installed and listed

but then the next problems:

at these SQL
DMDB.ZQueryDiv.SQL.Text:= 'insert into NUMMERNKREIS (ART,KURZEL,STELLE1,STELLE2) values (:Art,:Kurzel,:Stelle1,:Stelle2)';
DMDB.ZQueryDiv.ParamByName('Art').Value:= 'Anlagen';
DMDB.ZQueryDiv.ParamByName('Kurzel').Value:= 'ANL';
DMDB.ZQueryDiv.ParamByName('Stelle1').Value:= 'Montagejahr - 4 stellig';
DMDB.ZQueryDiv.ParamByName('Stelle2').Value:= 'Zufallszahl - 4 stellig';
DMDB.ZQueryDiv.ExecSQL;
... i have the Error " Param 'Art' not found" at line 2 :gruebel:

... the DB is connected

... the next problems with ZSQLMetadata
... Problems everywhere :(

i think the installation is not correct....
many versions i have tested...the same

... is this a problem with Trial Version of D2007 :?:

I hope you can help... need it !

Thanks... :D

Posted: 05.01.2008, 22:48
by mdaems
Yep,

I think I know this problem... It may be all about the old bpl's, dcu's, ... being present in the path.
In delphi5 these components are registered in the components package.
Do you still use both Delphi versions together? If not, I would try to remove al Z*.bpl from your system. Restore the original packages from the Zeoslib distribution.

To make sure I tested this a few minutes ago. It was sufficient to rename C:\Program Files\Borland\Delphi5\Projects\Bpl to C:\Program Files\Borland\Delphi5\Projects\Bpl_

Mark

Posted: 05.01.2008, 23:05
by haentschman
... i use both together....

thanks for the fast answer... :up:

... i have different pathes for the bpl in D5 and D2007

... you mean only with rename the path in the D5 Installation the problem is fixed ?

Posted: 05.01.2008, 23:24
by mdaems
I'm not really sue. I think both path's are necessary the way they are when you are using these versions.
Try this...
- Rename the D5 bpl directory.
- Install the components in D2007. This should not give the message above while compiling. -> this installs the ZComponentDesign110 package
- Rename the D5 bpl directory again.

As the packages are named differently it may work in both delphi versions, once installed.

Not sure. I usually use D7. Other versions are on my machine to do build testing for Zeos. The build script does not mix the bpl's as it only uses dcu's.

Mark
P.S. You can use instant messages when I'm online. (MSN, Yahoo, ICQ)

Posted: 05.01.2008, 23:25
by haentschman
... i erased all bpl, dcr from D20007
... i renamed the D5 BPL to BPL_

... Installation from ZeosDbo.groupproj from packages\d11

... Installation without Messages ok.

but i have always the same error with the sql.... :(

with ParamCheck True -- picture1
with ParamCheck False -- picture2

thanks for your help...

firebird 2.0...
DB connected...

Posted: 05.01.2008, 23:28
by haentschman
picture #2