I need to use Zeos 6.1.5 because many my projects relate to it. But I also want to test and to use in new project 6.6.x. Is it possible to configure delphi components in this mode?
Thanks
Claudio
Coexistence Zeos 6.1.5 and 6.6.x
Moderators: gto, cipto_kh, EgonHugeist
Sorry as Long as I know you can´t make two components with the same name to coexists and this applies to all components. The only way in to unload and load one or the other and to change th library search path to one folder or the other one.
Believe me, since version 6.5.1 we have been fixed a lot of bugs and make a lot of improvements compared to 6.1.5, so i think 6.6 is quiet stable.
Believe me, since version 6.5.1 we have been fixed a lot of bugs and make a lot of improvements compared to 6.1.5, so i think 6.6 is quiet stable.
Yes, it is a must have, but it was not quite "compile and run" for me since I coded the SQL-statements for the TZSQLProcessor-Component a bit carelessly. Version 6.1.5 tolerated a missing ";" and worked alright without it. Version 6.6.0 (and 6.5.1 AFAIR) doesn't make anything without an ";". No triggering of onerror or beforeexecute - no central place to check for the corrcetness of the sql-commands.That's true. The update is a must-have, and as fduenas said, 6.6 is quite stable right now. You may expend some time converting request live to read only property, but all other changes are, as far I know, "backward" compatible, so it's compile and run
OK, I coded me a RunBatch-function that is always called for TZSQLProcessor commands and checks for missing ";".
Now I'm happy. :-)
kmr wrote:Yes, it is a must have, but it was not quite "compile and run" for me since I coded the SQL-statements for the TZSQLProcessor-Component a bit carelessly. Version 6.1.5 tolerated a missing ";" and worked alright without it. Version 6.6.0 (and 6.5.1 AFAIR) doesn't make anything without an ";". No triggering of onerror or beforeexecute - no central place to check for the corrcetness of the sql-commands.That's true. The update is a must-have, and as fduenas said, 6.6 is quite stable right now. You may expend some time converting request live to read only property, but all other changes are, as far I know, "backward" compatible, so it's compile and run
OK, I coded me a RunBatch-function that is always called for TZSQLProcessor commands and checks for missing ";".
Now I'm happy. :-)
heheh! yeah, I missed an "almost" compile and run