[solved] Zeoslib 7.0.3 and firebird 2.1/2.5
Posted: 24.05.2013, 06:51
I try to use zeoslib 7.0.3 with lazarus and delphi xe,xe2 with firebird 2.1/2.5.
The problems are the same.
At designtime i place a Zconnection and a Zstoredproc component and i set everyĆthing well.
Zstoredproc : connection,storedprocname,params.
Everything work well at designtime.
The compilation is OK.
But when i try to run the application it crash with a runtime error message : "the connection is not assigned"
why ?
But everything work well if i set everything (connection,storedprocname,params.) from code.
Thanks
The problems are the same.
At designtime i place a Zconnection and a Zstoredproc component and i set everyĆthing well.
Zstoredproc : connection,storedprocname,params.
Everything work well at designtime.
The compilation is OK.
But when i try to run the application it crash with a runtime error message : "the connection is not assigned"
why ?
But everything work well if i set everything (connection,storedprocname,params.) from code.
Thanks