Connecting and session reusing

Forum related to MS SQL Server

Moderators: gto, cipto_kh, EgonHugeist

Post Reply
Cortinas
Fresh Boarder
Fresh Boarder
Posts: 1
Joined: 08.01.2020, 12:52

Connecting and session reusing

Post 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
You do not have the required permissions to view the files attached to this post.
marsupilami
Platinum Boarder
Platinum Boarder
Posts: 1935
Joined: 17.01.2011, 14:17

Re: Connecting and session reusing

Post 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
Post Reply