How does TSQLQuery.savetostream?
I try to save into a file a dataset with 10 records but when I use SaveToStream, it saves the entire contents of the table.
For example, with a TSQLQuery.packetrecord := 10 and a Table with 10,000 records, savetostream saves into the file 10000 records.
I just want to save the 10 records that are loaded in the TSQLQuery
Thanks