ADODB.Recordset (0x800A0E78)
Operation is not allowed when the object is closed.
The offending code is simply:
function _RS__syncBOFandEOF()
{
if (this.isOpen())
{
this.EOF = this._rsADO.EOF;
this.BOF = this._rsADO.BOF;
this.absolutePosition = this._rsADO.AbsolutePosition;
}
}
As far as I can tell, the recordset has not been closed before this function is called. Any thoughts?I think you should post your question here:view forum 170
0 comments:
Post a Comment