I'm trying to refresh a Datagrid object connected with ADODC with a connectionstring.
The problem is that for each change I make in the Datagrid I have to call the Timer object with an interval of 500 miliseconds, otherwise, the changes disappear from the Datagrid.
What am I doing wrong?
Thanks.