B4J Question RDC Client TableView duplicate record

vdudukov

Member
Licensed User
Longtime User
Hello.

I use Erel´s RDC client to receive SQLite records. I put a timer to check database every 5000ms. But then i have problem with duplicating records.

look.png


I have just one record in database, but every time when timer tick i have another.
How can I stop this?

Thanks everybody!
 

alienhunter

Active Member
Licensed User
Longtime User
Hello.

I use Erel´s RDC client to receive SQLite records. I put a timer to check database every 5000ms. But then i have problem with duplicating records.

look.png


I have just one record in database, but every time when timer tick i have another.
How can I stop this?

Thanks everybody!


you have to clear the table before the next tick
 
Upvote 0
Top