[bug_rejected] How to cut ZDataSet into two?
Posted: 07.06.2007, 09:02
Your ZeosLib DBO Version: 6.5.1
The IDE you are using: Delphi
Version (and maybe patchlevel) of the IDE:
The database you are using: Firebird
Version of the database: 2.0
Used protocol: tcp/ip
[hr]Error description and post
Hi friends!
I am interested in cutting the ZDataSet into two parts, and connecting them with a middleware/rpc layer.
On the server side I would like to have the data retreival part. It would fill the internal buffer based in the SQL and the params, and send the data to the client. The client gives the data to the data aware components, and does the data request and update.
I would like to get some help on how could I separate these concerns into two components.
Any ideas are welcome...
Best regards, Zsolt Balanyi
P.S.: I made it with Multi-Master datasets, so I hope this will work too!
The IDE you are using: Delphi
Version (and maybe patchlevel) of the IDE:
The database you are using: Firebird
Version of the database: 2.0
Used protocol: tcp/ip
[hr]Error description and post
Hi friends!
I am interested in cutting the ZDataSet into two parts, and connecting them with a middleware/rpc layer.
On the server side I would like to have the data retreival part. It would fill the internal buffer based in the SQL and the params, and send the data to the client. The client gives the data to the data aware components, and does the data request and update.
I would like to get some help on how could I separate these concerns into two components.
Any ideas are welcome...
Best regards, Zsolt Balanyi
P.S.: I made it with Multi-Master datasets, so I hope this will work too!