Results 1 to 11 of 11

Thread: ASP Error {Resolved}

Threaded View

  1. #1

    Thread Starter
    Frenzied Member Memnoch1207's Avatar
    Join Date
    Feb 2002
    Location
    DUH, Guess...Hint: It's really hot!
    Posts
    1,861

    ASP Error {Resolved}

    I have a client that just sent a site over they created and wants me to host it an provide FTP access...so I have everything setup. They have it coded to use a system dsn, which I have setup but I keep getting this error.

    Code:
    Provider error '80004005' 
    
    Unspecified error 
    
    /registration.asp, line 130
    the code is...and the error line is in red.
    Code:
    Set Recordset1 = Server.CreateObject("ADODB.Recordset")
    Recordset1.ActiveConnection = MM_fileagem_STRING
    Recordset1.Source = "SELECT *  FROM Customers"
    Recordset1.CursorType = 0
    Recordset1.CursorLocation = 2
    Recordset1.LockType = 1
    Recordset1.Open()
    I can't figure it out...anybody got any ideas?
    Last edited by Memnoch1207; Jul 5th, 2003 at 12:52 AM.
    Being educated does not make you intelligent.

    Need a weekend getaway??? Come Visit

Posting Permissions

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



Click Here to Expand Forum to Full Width