This topic is locked

object error 'ASP 0105 : 80004005'

8/21/2007 8:17:12 AM
ASPRunnerPro General questions
T
testasp author

Request object error 'ASP 0105 : 80004005'
Index out of range
/xx/xx_list.asp, line 66
An array index is out of range.

J
Jane 8/21/2007

It's difficult to tell you what's happening without seeing actual files.
Please publish your project on Demo Account and send to [email=support@xlinesoft.com]support@xlinesoft.com[/email] a URL to your pages along with instructions on reproducing this error.

I'll find what's wrong with your project inspecting it at Demo account site.

T
testasp author 9/4/2007

It's difficult to tell you what's happening without seeing actual files.

Please publish your project on Demo Account and send to [email=support@xlinesoft.com]support@xlinesoft.com[/email] a URL to your pages along with instructions on reproducing this error.

I'll find what's wrong with your project inspecting it at Demo account site.


Where do you find demo account?
This is the line 66
' delete record(s)

if (Request("mdelete")<>"") then
for i=1 to Request("mdelete").count

ind = CLng(Request("mdelete")(i))

strSQL="delete from " & strOriginalTableName & _

" where " & KeyWhere(Request("mdelete1")(ind),Request("mdelete2")(ind),Request("mdelete3")(ind))
where = Mid(strSQL, Len("delete from " & strOriginalTableName)+1)

' BeforeDelete Event

RetVal = True

DoEvent "RetVal = BeforeDelete(where)"
if RetVal = True then
On Error Resume Next

LogInfo(strSQL)

dbConnection.Execute strSQL

Call ReportError

On Error Goto 0
' AfterDelete Event

DoEvent "Call AfterDelete()"

end if

next
' AfterMassDelete Event

DoEvent "Call AfterMassDelete()"
end if
When I try to delete a record it gives me the error above. I'm displaying the contents of a database into a webpage and also giving the user ability to manage records. I created with asp runner pro 4.0
thanks

Sergey Kornilov admin 9/4/2007

Demo Account button is available in ASPRunnerPro 4.1 and later. Find it on the last tab in ASPRunnerPro.

T
testasp author 9/5/2007

Demo Account button is available in ASPRunnerPro 4.1 and later. Find it on the last tab in ASPRunnerPro.


I'm running ASPRunner pro 4.0 and I'dont see one

Sergey Kornilov admin 9/5/2007

I would recommend to upgrade to the latest version.
If you cannot upgrade at this moment can zip and send to support@xlinesoft.com the the whole content of ASPRunner output folder.