Home > Back-end >  Delphi development webservice, realizes the query conditions, how to return to the table data?
Delphi development webservice, realizes the query conditions, how to return to the table data?

Time:09-27

Recent project to develop a web service, the client in PHP development, to achieve the client incoming parameters, return to a database table data, only know return XML data sets, but don't know how to realize, we do provide a sample, thanks a lot

CodePudding user response:

Server-side organized into XML structure, the client with the resolution, such as xmldocument then put in storage

CodePudding user response:

The TDataSet into XML data according to client requirements,

CodePudding user response:

XE6 support JOSN transmission, server generates JOSN data, analytical, according to the client
JOSN transmission transmission is faster than XML transmission, JSON format support multiple platforms,

CodePudding user response:

Delphi + PHP's curiosity, pure in PHP can't finish?

CodePudding user response:

Can be achieved:
The server according to the incoming parameters, generate SQL, use Tquery data, Tquery connected with ClientDataset, return ClientDataset. XMLData,

CodePudding user response:

reference 5 floor holdingsword reply:
can realize:
The server according to the incoming parameters, generate SQL, use Tquery data, Tquery connected with ClientDataset, return ClientDataset. XMLData,
is such,
  • Related