/NetworkForms/_ScriptLibrary/Recordset.ASP, line 636
the error is on the line that reads this: this._rsADO.Open(); in the code to follow.
// double-check after ONBEFOREOPEN is fired
if (!this.isOpen())
{
@if (@debug)
try {
@end
this._rsADO.Open();
@if (@debug)
} catch (e) {
this._reportError(e,'open');
throw e;
}
@end
}
My pages were working fine and all of a sudden I am getting this stupid error. I know nothing about what is going in any of the _ScriptLibrary's. It is a stupid simple error that I have been dealing with all day and I can not figure it out.
Please any suggestions will help.
the error is on the line that reads this: this._rsADO.Open(); in the code to follow.
// double-check after ONBEFOREOPEN is fired
if (!this.isOpen())
{
@if (@debug)
try {
@end
this._rsADO.Open();
@if (@debug)
} catch (e) {
this._reportError(e,'open');
throw e;
}
@end
}
My pages were working fine and all of a sudden I am getting this stupid error. I know nothing about what is going in any of the _ScriptLibrary's. It is a stupid simple error that I have been dealing with all day and I can not figure it out.
Please any suggestions will help.