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.
the code is...and the error line is in red.Code:Provider error '80004005' Unspecified error /registration.asp, line 130
I can't figure it out...anybody got any ideas?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()




Reply With Quote