Good evening.
My question is this: I have a temporary table created in TClientDataSet .
However, I need to write the temporary table data to an XML file and then re-read the TClientDataSet , that is, delete the records and re-i...
I have the following scenario:
Orders table with Company, OrderNumber which are primary key. Other fields such as Customer, Value, ect ...
I have a SQLQuery, a DataSetProvider and a ClientDataSet connected pointing to this table.
In the On...
I have a Query of FireDAC ( FDQuery ) and want to pass its output to a ClientDataSet .
Since FireDAC works with IFDDataSetReference and ClientDataSet work with OleVariant , the compatibility error.
Code that generates error:
Clien...
I tried to sort ClientDataSet according to the guidelines below but did not accept grouping the orders:
Does not accept:
(ClientDataSet1.IndexName := 'DataNascimentoAscdx;OrdenarUltimoPrimeiroNomedx';)
Only accept if you have o...
I create at runtime a TClientDataSet , start, insert, but some computers do not start or create TClientDataSet .
Windows of my computer (Develop) Windows 7 32 bits , works perfectly.
Windows of computer wher...