 |
BorlandTalk.com Borland discussion newsgroups
|
| View previous topic :: View next topic |
| Author |
Message |
Manfred Guest
|
Posted: Tue Oct 19, 2004 2:01 pm Post subject: update only one row in the querydataset |
|
|
I use some querydatasets in my application, now i have the following problem.
I don't want to refresh the whole querydataset, because the dataset is sometimes very large and only the data of one row is changed in the database by another client.
Thanks in advance.
Manfred
|
|
| Back to top |
|
 |
Kevin Dean Guest
|
Posted: Wed Oct 20, 2004 5:54 pm Post subject: Re: update only one row in the querydataset |
|
|
I don't think there's a way to do that without writing your own custom
Provider, a complicated and messy exercise at the best of times.
--
Check out our latest white papers at
http://www.datadevelopment.com/papers/index.html
BladeNET Scores With Borland Enterprise Tools
Team Development with JBuilder and Borland Enterprise Server
Dolphin Data Development Ltd.
http://www.datadevelopment.com/
"Manfred" <m.1 (AT) gmx (DOT) at> wrote
| Quote: |
I use some querydatasets in my application, now i have the following
problem.
I don't want to refresh the whole querydataset, because the dataset is
sometimes very large and only the data of one row is changed in the
database by another client.
Thanks in advance.
Manfred
|
|
|
| Back to top |
|
 |
Olaf Raether Guest
|
Posted: Thu Oct 21, 2004 12:41 pm Post subject: Re: update only one row in the querydataset |
|
|
Manfred wrote:
| Quote: | I use some querydatasets in my application, now i have the following problem.
I don't want to refresh the whole querydataset, because the dataset is sometimes very large and only the data of one row is changed in the database by another client.
Thanks in advance.
Manfred
|
if you only want to refresh one row, you can use
refetchRow(ReadWriteRow row) method from the QueryDataset.
Olaf Raether
|
|
| Back to top |
|
 |
|
|
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum
|
|