|
|
|||||||||
|
|||||||||
|
|||||||||
| |
|||
| ||||||||||||||||||||||||||
![]() |
|
|
«
Previous Thread
|
Next Thread
»
|
Thread Tools | Search this Thread | Display Modes |
|
#1
|
|||
|
|||
|
anyone familiar with the one?
is anyone familiar with this error?
Provider error '8000ffff' Catastrophic failure /master.asp, line 5 line five looks like this 2:var RSmaster = Server.CreateObject("ADODB.Recordset"); 3:var MM_defaultconn_STRING = "dbstuff" 4: 5:RSmaster.ActiveConnection = MM_defaultconn_STRING; does anyone have any reasons that this might be occurring? thanks stu Last edited by stuie : September 27th, 2002 at 12:35 AM. |
|
#2
|
|||
|
|||
|
Stuie,
I think you want to create a Connection object instead of a recordset? So it should read: Server.CreateObject("ADODB.Connection") But the error could also be attributable to any number of other causes - i.e., you need to be running the most recent MDAC as well (see http://www.aspfaq.com/show.asp?id=2323) If you haven't already come across this site, you might want to check it out. It's a great resource for quickly diagnosing the problems behind your asp errors, see: http://www.aspfaq.com Hope this helps! Last edited by aspnewbie : September 28th, 2002 at 10:31 AM. |
![]() |
| Viewing: Dev Articles Community Forums > Programming > ASP Development > anyone familiar with the one? |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|
|
|