My program is terminate. I am using it and I found a big problem. I'm using a bd and datagrid on which I made some search, add, delete, ... operation. I have only one table on my BD and it contains about 300 records.
I recently notice that my data is not ok.
I give you an example.
Here is the rows:
111 111 111
222 222 222
333 333 333
444 444 444
And, suddenly, here is my row:
111 111 111
222 222 222
111 333 333 <--
444 444 444
I have about 3 record on 300 that is like this. I don't understand. I check my code and nothing seems to tell to duplicate a cell into the wrong row.
Is anyone have some idea to help me in the resolution of this problem. Thanks in advance.
I recently notice that my data is not ok.
I give you an example.
Here is the rows:
111 111 111
222 222 222
333 333 333
444 444 444
And, suddenly, here is my row:
111 111 111
222 222 222
111 333 333 <--
444 444 444
I have about 3 record on 300 that is like this. I don't understand. I check my code and nothing seems to tell to duplicate a cell into the wrong row.
Is anyone have some idea to help me in the resolution of this problem. Thanks in advance.