hi,
did anybody have this issue:
1) FDquery1 to some MSSQL table
2) view dataset of FDquery1 thru DBGrid - 3 distinct records (same result in SSMS)
3) FDMemTable1.CopyDataSet(FDquery1,[coStructure, coRestart, coAppend])
4) view dataset of FDMemTable1 thru DBGrid - 9 records (3 original records copied 3 times)
what could be a problem?