Page 1 of 1

Connecting and session reusing

Posted: 08.01.2020, 13:16
by Cortinas
Hi
I have this test with ZSimple example on delphi 10.3.3 Rio
ANd gives the errors below
2020-01-08.png
in my project I can make the connection to database since it appears the table and its columns
but it can´t compile because of
2020-01-08 (1).png
this is the error, very simple project
2020-01-08 (2).png

and I´m not good with codes
I could enjoy some help

thank you very much

Re: Connecting and session reusing

Posted: 09.01.2020, 09:55
by marsupilami
Hello and welcome to the forums :)

You need to add the dcu output path to your unit search path.
  • open the options window under Tools -> Options.
  • in the options window select Language -> Delphi -> Lilbrary
  • Add the "packages\DelphiXE10.3\Win32\Debug"-Path or the path where your Zeos-dcu-files are to the list. The correct path depends on the architecture that you want to compile for and on some other settings. But it should be easy to find.
Best regards,

Jan