ASP Development
 
Forums: » Register « |  User CP |  Games |  Calendar |  Members |  FAQs |  Sitemap |  Support | 
 
 
User Name:
Password:
Remember me
Go Back   ASP Free ForumsProgrammingASP Development

Reply
Add This Thread To:
  Del.icio.us   Digg   Google   Spurl   Blink   Furl   Simpy   Y! MyWeb 
Thread Tools Search this Thread Rate Thread Display Modes
 
Unread ASP Free Forums Sponsor:
  #1  
Old March 26th, 2000, 11:54 PM
Steve Schofield Steve Schofield is offline
Contributing User
ASP Free God 20th Plane (14500 - 14999 posts)
 
Join Date: Dec 2002
Posts: 14,575 Steve Schofield User rank is Corporal (100 - 500 Reputation Level)Steve Schofield User rank is Corporal (100 - 500 Reputation Level)Steve Schofield User rank is Corporal (100 - 500 Reputation Level)Steve Schofield User rank is Corporal (100 - 500 Reputation Level) 
Time spent in forums: < 1 sec
Reputation Power: 22
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 />

Reply With Quote
  #2  
Old March 27th, 2000, 08:59 AM
Steve Schofield Steve Schofield is offline
Contributing User
ASP Free God 20th Plane (14500 - 14999 posts)
 
Join Date: Dec 2002
Posts: 14,575 Steve Schofield User rank is Corporal (100 - 500 Reputation Level)Steve Schofield User rank is Corporal (100 - 500 Reputation Level)Steve Schofield User rank is Corporal (100 - 500 Reputation Level)Steve Schofield User rank is Corporal (100 - 500 Reputation Level) 
Time spent in forums: < 1 sec
Reputation Power: 22
<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 />

Reply With Quote
  #3  
Old March 27th, 2000, 10:46 PM
Steve Schofield Steve Schofield is offline
Contributing User
ASP Free God 20th Plane (14500 - 14999 posts)
 
Join Date: Dec 2002
Posts: 14,575 Steve Schofield User rank is Corporal (100 - 500 Reputation Level)Steve Schofield User rank is Corporal (100 - 500 Reputation Level)Steve Schofield User rank is Corporal (100 - 500 Reputation Level)Steve Schofield User rank is Corporal (100 - 500 Reputation Level) 
Time spent in forums: < 1 sec
Reputation Power: 22
<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 />

Reply With Quote
  #4  
Old March 28th, 2000, 06:30 PM
Steve Schofield Steve Schofield is offline
Contributing User
ASP Free God 20th Plane (14500 - 14999 posts)
 
Join Date: Dec 2002
Posts: 14,575 Steve Schofield User rank is Corporal (100 - 500 Reputation Level)Steve Schofield User rank is Corporal (100 - 500 Reputation Level)Steve Schofield User rank is Corporal (100 - 500 Reputation Level)Steve Schofield User rank is Corporal (100 - 500 Reputation Level) 
Time spent in forums: < 1 sec
Reputation Power: 22
<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 />

Reply With Quote
Reply

Viewing: ASP Free ForumsProgrammingASP Development > ActiveX component can't create object (Error)


Thread Tools  Search this Thread 
Search this Thread:

Advanced Search
Display Modes  Rate This Thread 
Rate This Thread:


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
View Your Warnings | New Posts | Latest News | Latest Threads | Shoutbox
Forum Jump


Forums: » Register « |  User CP |  Games |  Calendar |  Members |  FAQs |  Sitemap |  Support | 
  
 





© 2003-2008 by Developer Shed. All rights reserved. DS Cluster 5 hosted by Hostway
Stay green...Green IT