Hi,
I'm using VB6(SP4), ADO 2.5 and SQL7.0. I use SQLOLEDB provider to open a
recordset. I refresh (open with a new SQL statement) this recordset inside
a Timer every so often. It's working fine but every now and then I get this
error message:
Run-time error '3704'
Operation is not allowed when the object is closed.
The program stops and I have to re-start it.
I close the recordset then re-open it with the new SQL statement, and that's
the only time I close the rs.
Anyone has any ideas of what's happenning? Thanks.
PAN