Zeos andDatasetprovider

Forum related to MySQL

Moderators: gto, cipto_kh, EgonHugeist

Post Reply
ddeekul_ick
Fresh Boarder
Fresh Boarder
Posts: 3
Joined: 18.01.2008, 05:39
Location: Surabaya

Zeos andDatasetprovider

Post by ddeekul_ick »

Sorry for my bad English.I am new in Delphi and now I am going to try to create a new exercise project for client server. I want to ask that are we still use datasetprovider for client server project? Does zeos has it component?Or we didn't need use datasetprovider. Thank you
User avatar
mdaems
Zeos Project Manager
Zeos Project Manager
Posts: 2766
Joined: 20.09.2005, 15:28
Location: Brussels, Belgium
Contact:

Post by mdaems »

Zeos does not have this component as there is no need for it. The standard datasetprovider is compatible with TDataset and Tquery is a pure TDataset descendant.

Mark
Image
ddeekul_ick
Fresh Boarder
Fresh Boarder
Posts: 3
Joined: 18.01.2008, 05:39
Location: Surabaya

Post by ddeekul_ick »

Thank you for the answer. So, If I want to create client server database application I must use Datasetprovider? Can I use another component? may be INDY or the others that has main function like datasetprovider?
User avatar
mdaems
Zeos Project Manager
Zeos Project Manager
Posts: 2766
Joined: 20.09.2005, 15:28
Location: Brussels, Belgium
Contact:

Post by mdaems »

Sorry, no experience with three tier applications (you say client-server, but I think you want to build with db-appserver-client).
Just do with zeos what you would do when using the standard Delphi/Lazarus Table or Query components.

I would advise you to post the Indy <-> Datasetprovider discution to a more general Delphi forum.

Mark
Image
Post Reply