VBScript runtime error '800a01fb' What does it mean???? [message #102826] |
Tue, 15 October 2002 11:40 |
zimmesj
Messages: 1 Registered: October 2002
|
Junior Member |
|
|
I'm getting the following error message:
Microsoft VBScript runtime error '800a01fb'
An exception occurred: 'OraDatabase.DbExecuteSql'
/SPEA_CCOUNT/ControlFTypeResp.asp, line 489
This is line 489 in ControlFTypeResp.asp:
nResult=OraDatabase.DbExecuteSql("call FEDSR.SP_CC_LOAD_FILE_LOAD("& sInsertParams &")")
Any ideas what's wrong and how I can fix it?
|
|
|
|
|
Re: VBScript runtime error '800a01fb' What does it mean???? [message #103528 is a reply to message #102997] |
Sun, 04 January 2004 20:13 |
Brian Higgins
Messages: 1 Registered: January 2004
|
Junior Member |
|
|
ƒ`𞞀a01fb|An_exception_occurred:_
81: ASAdmin.GetHostfromIP(TheIP)
ASAdmin is a ActiveX DLL that I've compiled, in this instance, there is no call at all to the database, yet it is still throwing this error. The only thing I can think of is the fact that the DLL has a refrence to MDAC 2.7, it has done this using 2.5 and 2.6 as well...
|
|
|