Problem with update of a listview
-
Hi anyone ! I have some problem with my listview. I read from database and find 10 items. I add them to listview and listview show 10 items. So... then I add one item to database and then i read database again, and find 11 items (i checked in debug mode). I add every each to the listview BUT, the listview just shows 10 items. (the one already there). Whats wrong ??? If i execute in debug mode the problems does not occur. Because it goes slower ?? or what ?? Anyone that have any ideas ? With Kind Regars Heino
-
Hi anyone ! I have some problem with my listview. I read from database and find 10 items. I add them to listview and listview show 10 items. So... then I add one item to database and then i read database again, and find 11 items (i checked in debug mode). I add every each to the listview BUT, the listview just shows 10 items. (the one already there). Whats wrong ??? If i execute in debug mode the problems does not occur. Because it goes slower ?? or what ?? Anyone that have any ideas ? With Kind Regars Heino
henur wrote:
then I add one item to database
How are you doing this? Using some other program or manually, using Query Analyzer and the like? Also, are you sure your query is being committed? Posting the relevant code snippet might be useful.
Cheers, Vikram.
"But nowadays, it means nothing. Features are never frozen, development keeps happening, bugs never get fixed, and documentation is something you might find on wikipedia." - Marc Clifton on betas.
Join the CP group at NationStates. Password:
byalmightybob
-
henur wrote:
then I add one item to database
How are you doing this? Using some other program or manually, using Query Analyzer and the like? Also, are you sure your query is being committed? Posting the relevant code snippet might be useful.
Cheers, Vikram.
"But nowadays, it means nothing. Features are never frozen, development keeps happening, bugs never get fixed, and documentation is something you might find on wikipedia." - Marc Clifton on betas.
Join the CP group at NationStates. Password:
byalmightybob