Using VB6 and ADO. and I have an Infragistics OLEDB Grid mapped to an
SQL command in a VB data environment. I add a record to the table but
I can't get the grid to reflect the change. I've tried just about
everything I can think of. I've re-queried the command, open and
closed the query, open and closed the connection, refreshed the grid,
changed the cursors to dynamic. Nothing works except stopping the
program and starting it again. Then the new record shows up in the
grid. There must be a way of doing that without stopping the program.
Any ideas?
Thanks in advance