i hope you understand me...
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
- 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
... i have the Error " Param 'Art' not found" at line 2DMDB.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;
... 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...