Hi
I have this test with ZSimple example on delphi 10.3.3 Rio
ANd gives the errors below
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
this is the error, very simple project
and I´m not good with codes
I could enjoy some help
thank you very much
Connecting and session reusing
Moderators: gto, cipto_kh, EgonHugeist
Connecting and session reusing
You do not have the required permissions to view the files attached to this post.
-
- Platinum Boarder
- Posts: 1956
- Joined: 17.01.2011, 14:17
Re: Connecting and session reusing
Hello and welcome to the forums
You need to add the dcu output path to your unit search path.
Jan
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.
Jan