please help
Out of memory: 'Server.CreateObject'
/includes/sidebar/expanded.asp, line 107
set MyObjC = Server.CreateObject("ADODB.Recordset"
MyObjC.open "SELECT navbarid,status,parentid FROM NavBar where status = 1 and NavBarID = " & curNavBarID, MyDSN, adOpenStatic, adLockReadOnly
if not MyObjC.EOF then
if IsNull(MyObjC("navbarid"
) then
ExpandBar = false
exit function
end if
if MyObjC("parentid"
= 0 then
if MyObjC("navbarid"
= curBaseParent then
ExpandBar = true
exit function
else
ExpandBar = false
exit function
end if
end if
Expandbar = Expandbar(MyObjC("parentid"
, curBaseParent)
end if
end function
navbarid = Request("navbarid"
if navbarid = "" then
navbarid = 1
end if
Out of memory: 'Server.CreateObject'
/includes/sidebar/expanded.asp, line 107
set MyObjC = Server.CreateObject("ADODB.Recordset"
MyObjC.open "SELECT navbarid,status,parentid FROM NavBar where status = 1 and NavBarID = " & curNavBarID, MyDSN, adOpenStatic, adLockReadOnly
if not MyObjC.EOF then
if IsNull(MyObjC("navbarid"
ExpandBar = false
exit function
end if
if MyObjC("parentid"
if MyObjC("navbarid"
ExpandBar = true
exit function
else
ExpandBar = false
exit function
end if
end if
Expandbar = Expandbar(MyObjC("parentid"
end if
end function
navbarid = Request("navbarid"
if navbarid = "" then
navbarid = 1
end if