Hi,
I'm using ClientDataSets
The stucture is mainly: DataSource --> CDSet --> DSProvider --> TQuery
Now I have a very strange (and bad) effect, as follows.
In my TQuery there is a.o. a TMemo field (Blob field in Interbase). When I modify the memo field (TDBMemo) all is OK.
However, when I modify a field other than the TMemo, then, after ApplyUpdates(), all data in the TMemo field are lost!!
(At first it is not visible, for the data in the TDBMemo are OK, but when I retrieve the record anew, the TDBMemo is void).
Please, can anyone help me? Perhaps it has to do with the parameter options in the DSProvider.
Thanks in advance,
Henk Stijnen.
I'm using ClientDataSets
The stucture is mainly: DataSource --> CDSet --> DSProvider --> TQuery
Now I have a very strange (and bad) effect, as follows.
In my TQuery there is a.o. a TMemo field (Blob field in Interbase). When I modify the memo field (TDBMemo) all is OK.
However, when I modify a field other than the TMemo, then, after ApplyUpdates(), all data in the TMemo field are lost!!
(At first it is not visible, for the data in the TDBMemo are OK, but when I retrieve the record anew, the TDBMemo is void).
Please, can anyone help me? Perhaps it has to do with the parameter options in the DSProvider.
Thanks in advance,
Henk Stijnen.