Zeos support 3-tier?

Forum related to the ZDBC API-Layer

Moderators: gto, cipto_kh, EgonHugeist

Post Reply
ryantech
Fresh Boarder
Fresh Boarder
Posts: 1
Joined: 07.02.2013, 03:27
Contact:

Zeos support 3-tier?

Post by ryantech »

Hello. Anyone can help me. Is zeos support multitier? Is yes, how can i do that?

Thx
User avatar
mdaems
Zeos Project Manager
Zeos Project Manager
Posts: 2766
Joined: 20.09.2005, 15:28
Location: Brussels, Belgium
Contact:

Post by mdaems »

What do you mean by 'supporting multitier'? If that's 'being able to connect to a remote database server and pass information to a remote client' : definitely.

But that's not a zeoslib feature. It's a combination of what your database client supports (eg. the postgres client libs support connections to remote servers) and what Delphi can do with TDataset objects. Zeoslib only 'connects' datasets with database client libraries.

Mark
Image
jefferson
Fresh Boarder
Fresh Boarder
Posts: 2
Joined: 29.03.2017, 18:35

Re: Zeos support 3-tier?

Post by jefferson »

Hello, I have a system in Delphi with dbexpress that I want to change to use ZEOS, but no attempt I made, I can still search I can not include new records or change existing ones.
I have in a datamodule a TclientDataset + TdatasetProvaider + Tsqldataset and no way a Tdatasource that is connected to the TclientDataset in the Datamodule.

I tried to replace Tsqldataset with a TZQuery but I can not seem to include it.

Does anyone know if it can continue connecting as it did with dbexpress? If yes, what is the correct way to connect the components?

Right now, thank you all.
marsupilami
Platinum Boarder
Platinum Boarder
Posts: 1918
Joined: 17.01.2011, 14:17

Re: Zeos support 3-tier?

Post by marsupilami »

Hello jefferson,

please don't post to very old threads. Start a new one instead so we can see it is something new.

as far as I know, Zeos has no special support for 3-tier applications. I never used TDataset the way you do. But I would assume that you can continue to use TDatasetProvider.

With best regards,

Jan
miab3
Zeos Test Team
Zeos Test Team
Posts: 1309
Joined: 11.05.2012, 12:32
Location: Poland

Re: Zeos support 3-tier?

Post by miab3 »

@jefferson,

The simplest Tsqldataset replace with ZTable or ZQuery with SQL (and of course ZConnect).
And the changes approve by ClientDataSet.ApplyUpdates (0).
(But this is not a 3-tier architecture).
Almost the same can be done without the ClientDataset in Zeos CachedUpdates mode.

Michal
Post Reply