|
|
|||||||||
|
|||||||||
|
|||||||||
| |
||
| |||||||||
![]() |
|
|
«
Previous Thread
|
Next Thread
»
|
Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
#1
|
|||
|
|||
|
ActiveX component can't create object (Error)
<i><b>Originally posted by : Setiawan Hadi (shadi@unpad.ac.id)</b></i><br />Hi Guys,<br /><br />When I try to access an ASP file, I got this message:<br /><br /><br />Microsoft VBScript runtime error '800a01ad' <br /><br />ActiveX component can't create object <br /><br />/infoumum/disptelp.asp, line 6 <br /><br />Somebody knows why? Please let me know to solve this problem.<br /><br />Thx.<br /><br />
|
|
#2
|
|||
|
|||
|
<i><b>Originally posted by : steve</b></i><br />make sure its registered on the server<br />regsvr32 component.dll <br />at the command line<br /><br /><br />------------<br />Setiawan Hadi at 3/26/2000 9:54:40 PM<br /><br />Hi Guys,<br /><br />When I try to access an ASP file, I got this message:<br /><br /><br />Microsoft VBScript runtime error '800a01ad' <br /><br />ActiveX component can't create object <br /><br />/infoumum/disptelp.asp, line 6 <br /><br />Somebody knows why? Please let me know to solve this problem.<br /><br />Thx.<br /><br />
|
|
#3
|
|||
|
|||
|
<i><b>Originally posted by : </b></i><br /><br />Thanks for the comment.<br />I have no idea which dll that i have to register. This is the lines of the asp's file<br /><br /><% Set oRS=Server.CreateObject("ADODB.Recordset") <br /> oRS.Open "SELECT * From F_NoTelp ORDER BY No_Telp","DSN=SIFAJAR"%><br /><br />I think error is in ADODB.Recordset class is not registered. WHich dll consist of this class? <br /><br />------------<br />steve at 3/27/2000 6:59:13 AM<br /><br />make sure its registered on the server<br />regsvr32 component.dll <br />at the command line<br /><br /><br />------------<br />Setiawan Hadi at 3/26/2000 9:54:40 PM<br /><br />Hi Guys,<br /><br />When I try to access an ASP file, I got this message:<br /><br /><br />Microsoft VBScript runtime error '800a01ad' <br /><br />ActiveX component can't create object <br /><br />/infoumum/disptelp.asp, line 6 <br /><br />Somebody knows why? Please let me know to solve this problem.<br /><br />Thx.<br /><br />
|
|
#4
|
|||
|
|||
|
<i><b>Originally posted by : </b></i><br />Have you created the session?<br />Set somevariable = Server.CreateObject("ADODB.Connection")<br /><br />Then<br />Set cmdTemp = Server.CreateObject("ADODB.Command")<br /><br />then<br />cmdTemp.CommandText = "your sql select statement"<br /> <br /><br /><br /><br />------------<br /> at 3/27/2000 8:46:44 PM<br /><br /><br />Thanks for the comment.<br />I have no idea which dll that i have to register. This is the lines of the asp's file<br /><br /><% Set oRS=Server.CreateObject("ADODB.Recordset") <br /> oRS.Open "SELECT * From F_NoTelp ORDER BY No_Telp","DSN=SIFAJAR"%><br /><br />I think error is in ADODB.Recordset class is not registered. WHich dll consist of this class? <br /><br />------------<br />steve at 3/27/2000 6:59:13 AM<br /><br />make sure its registered on the server<br />regsvr32 component.dll <br />at the command line<br /><br /><br />------------<br />Setiawan Hadi at 3/26/2000 9:54:40 PM<br /><br />Hi Guys,<br /><br />When I try to access an ASP file, I got this message:<br /><br /><br />Microsoft VBScript runtime error '800a01ad' <br /><br />ActiveX component can't create object <br /><br />/infoumum/disptelp.asp, line 6 <br /><br />Somebody knows why? Please let me know to solve this problem.<br /><br />Thx.<br /><br />
|
![]() |
| Viewing: ASP Free Forums > Programming > ASP Development > ActiveX component can't create object (Error) |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|
|
|