Click to See Complete Forum and Search --> : VB


nakheel
January 20th, 2000, 12:45 AM
Please advice!

I developed a project in vb6 with RDO. In one form using a combotext I am executing a sql query in a resultset and retrieving a set of records, and assigning that records to other table that table is connected to a grid through Remote data control. After assigning the records I am refreshing the remote data control. While refreshing it is raising the following run time error

Runtime error 2147467259 (80004005)
Could not refresh controls

With an remote data control error ( for the same code which is different for different time )

MSRDC1
S1109[Microsoft][ODBC Microsoft Access Driver] Record is deleted.

(or)

MSRDC1
Invalid result set state for Update

(or)

MSRDC1
Invalid row for AddNew or Edit


I want to know how to overcome the problem it is really very urgent. Anybody who knows the answer please help me.

regards
nakheel