danieleteti / delphimvcframework

DMVCFramework (for short) is a popular and powerful framework for WEB API in Delphi. Supports RESTful and JSON-RPC WEB APIs development.
Apache License 2.0
1.21k stars 346 forks source link

[Question] Alternative to FireDac usage for RPC calls to DB Query #719

Closed Basti-Fantasti closed 7 months ago

Basti-Fantasti commented 7 months ago

Does anyone know of an alternative to the Firedac drivers which are used e.g. in the articles_crud sample project to send the Dataset directly to the client as a Memtable via JSONRPC?

AFAIK the zeos components do not have a memtable component

Any help is appreciated

danieleteti commented 7 months ago

You can render any tdataset descendants.

DMVCFramework as whole is agnostic regarding the db access. The only part which is, currently, tied to firedac is tmvcactiverecord.

Il ven 15 dic 2023, 11:37 Bastian @.***> ha scritto:

Does anyone know of an alternative to the Firedac drivers which are used e.g. in the articles_crud sample project to send the Dataset directly to the client as a Memtable via JSONRPC?

AFAIK the zeos components do not have a memtable component

Any help is appreciated

— Reply to this email directly, view it on GitHub https://github.com/danieleteti/delphimvcframework/issues/719, or unsubscribe https://github.com/notifications/unsubscribe-auth/AAK4ZJGZ4YW5PZD3Z7DWXBTYJQR5HAVCNFSM6AAAAABAWHYCGSVHI2DSMVQWIX3LMV43ASLTON2WKOZSGA2DGNBUGY3DGMI . You are receiving this because you are subscribed to this thread.Message ID: @.***>