Hi!
What would you siggest to access XDATA from windows application? It can be na VCL app for example.
I'm loooking to create an XData REST server and accessit using different ways:
- Web for administration puroposes.
- Windows app for users (because of specifics like use of RFID readers,.. etc)
- Mobile APP for on-field use.
For web it's easy - Web core, but for Windows and mobile..?
wlandgraf
(Wagner Landgraf)
April 5, 2020, 1:56am
2
For Windows I think it's even easier because you can reuse classes, entities and interfaces you used for server-side. Here is the topic of documentation showing how to use TXDataClient from VCL/FMX applications (not only Windows):
ok, but my main concern is how to show an XData query in a table. Is there a TDataset to store the query result like there is one for the WebCore?
wlandgraf
(Wagner Landgraf)
April 8, 2020, 8:38pm
4
Yes, you can use TAureliusDataset. Retrieve objects with TXDataClient and input them to TAureliusDataset:
system
(system)
Closed
December 7, 2021, 3:28pm
5
This topic was automatically closed 60 minutes after the last reply. New replies are no longer allowed.