Click here to view the original newsgroup article (read only).
I have the EXACT same problem, was this issue ever addressed?
I did exactly as the doc says...
reflected in SourceRecordset. To ensure that TData shows the latest state of the database, use Refresh in conjunction with the ADO Requery method:
TData1.SourceRecordset.Requery <--- When this fires off now.. I get {-2147217908 Description: Command text was not set for the ...)
TData1.Refresh True
The grid still has both records in it.