Home > Back-end >  FDQuery can accept multiple data sets
FDQuery can accept multiple data sets

Time:09-16

Can perform multiple query in the SQL script to return multiple data sets, how to read in FDQUERY??

CodePudding user response:

FDQUERY is read data collection control, can only corresponds to a data set,
You can use the inherited from TDataSet controls, such as the TClientDataSet, save FDQUERY read data sets,
In this way, can multiple data sets,
  • Related