Results 1 to 1 of 1

Thread: An ASP error (no idea why)

  1. #1
    Join Date
    Aug 2006
    Posts
    130
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default An ASP error (no idea why)

    Hello, I have no experience with ASP but my mother who owns a small forum is having some problems after a server crash so she asked me to take a look at it. I have never worked with ASP before but I looked at it and this is what I get when I try to open the gallery:
    Code:
     [MySQL][ODBC 3.51 Driver][mysqld-4.0.17-nt]Can't open file: 'galleri_besok.MYI'. (errno: 130) 
    
    /galleri.asp, line 161
    This isnt the only error, the login and logout works though. I checked the db and its still works as it should. This is galleri.asp line 161:

    Code:
    antal1=Conn.Execute("Select Sum(antal) From galleri_besok Where bildId=" & FixaTecken(Int(myArray(3,i)))).Fields(0)%>
    Is it the connection thats wrong or is it something else? It says cannot open galleri_besok.MYI but theres no file format named .MYI.
    I would really love if someone could help me out on this one as it would probably take me a very long time to learn ASP from the start
    Last edited by Dennis_Gull; 04-28-2007 at 11:55 AM.

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •