Welcome to HostingForumz.com!
FAQFAQ      ProfileProfile    Private MessagesPrivate Messages   Log inLog in

Win XP Pro IIS5

 
   Web Hosting Problem Solving Community! (Home) -> IIS RSS
Next:  Clipboard Access + IIS6.0 + Win2003  
Author Message
jodizco

External


Since: Jan 05, 2004
Posts: 12



(Msg. 1) Posted: Fri Aug 06, 2004 1:25 pm
Post subject: Win XP Pro IIS5
Archived from groups: microsoft>public>inetserver>iis (more info?)

Can anyone help get rid off this error ?

Windows XP Pro Professional
IIS 5 when try to open record set using ADO

m_MSConnString = "Provider=Microsoft.Jet.OLEDB.4.0;Data
Source=C:\Database.mdb;User ID=Admin;Password=123;"

Set oRecordSet = Server.CreateObject("ADODB.Recordset")
oRecordSet.ActiveConnection = m_MSConnString
oRecordSet.Source = "SELECT * FROM TableName"
oRecordSet.CursorType = 0
oRecordSet.CursorLocation = 2
oRecordSet.LockType = 3
oRecordSet.Open()


Error Message Displayed on IE

error '8002801d'
Library not registered.

/iisHelp/common/500-100.asp, line 10



TIA

Al

 >> Stay informed about: Win XP Pro IIS5 
Back to top
Login to vote
user2001

External


Since: Aug 05, 2004
Posts: 11



(Msg. 2) Posted: Fri Aug 06, 2004 1:25 pm
Post subject: RE: Win XP Pro IIS5 [Login to view extended thread Info.]
Archived from groups: per prev. post (more info?)

Try reinstalling or upgrading your MDAC. New MDAC versions are available
from <a style='text-decoration: underline;' href="http://msdn.microsoft.com/data/mdac/default.aspx." target="_blank">http://msdn.microsoft.com/data/mdac/default.aspx.</a>

---
Greg Hurlman
ghurlman*AT*squaretwo*DOT*net
<a style='text-decoration: underline;' href="http://blogs.squaretwo.net" target="_blank">http://blogs.squaretwo.net</a>

"Al" wrote:

 > Can anyone help get rid off this error ?
 >
 > Windows XP Pro Professional
 > IIS 5 when try to open record set using ADO
 >
 > m_MSConnString = "Provider=Microsoft.Jet.OLEDB.4.0;Data
 > Source=C:\Database.mdb;User ID=Admin;Password=123;"
 >
 > Set oRecordSet = Server.CreateObject("ADODB.Recordset")
 > oRecordSet.ActiveConnection = m_MSConnString
 > oRecordSet.Source = "SELECT * FROM TableName"
 > oRecordSet.CursorType = 0
 > oRecordSet.CursorLocation = 2
 > oRecordSet.LockType = 3
 > oRecordSet.Open()
 >
 >
 > Error Message Displayed on IE
 >
 > error '8002801d'
 > Library not registered.
 >
 > /iisHelp/common/500-100.asp, line 10
 >
 >
 >
 > TIA
 >
 > Al
 >
 >
 ><!-- ~MESSAGE_AFTER~ -->

 >> Stay informed about: Win XP Pro IIS5 
Back to top
Login to vote
user641

External


Since: Aug 22, 2003
Posts: 1637



(Msg. 3) Posted: Fri Aug 06, 2004 1:38 pm
Post subject: Re: Win XP Pro IIS5 [Login to view extended thread Info.]
Archived from groups: per prev. post (more info?)

"Al" <jodizco RemoveThis @msn.com> wrote in message
news:eJ$3IF8eEHA.2804@TK2MSFTNGP11.phx.gbl...
 > Can anyone help get rid off this error ?
 >
 > Windows XP Pro Professional
 > IIS 5 when try to open record set using ADO
 >
 > m_MSConnString = "Provider=Microsoft.Jet.OLEDB.4.0;Data
 > Source=C:\Database.mdb;User ID=Admin;Password=123;"
 >
 > Set oRecordSet = Server.CreateObject("ADODB.Recordset")
 > oRecordSet.ActiveConnection = m_MSConnString
 > oRecordSet.Source = "SELECT * FROM TableName"
 > oRecordSet.CursorType = 0
 > oRecordSet.CursorLocation = 2
 > oRecordSet.LockType = 3
 > oRecordSet.Open()
 >
 >
 > Error Message Displayed on IE
 >
 > error '8002801d'
 > Library not registered.
 >
 > /iisHelp/common/500-100.asp, line 10

What line of code is causing the error?

--
Tom Kaminski IIS MVP
<a style='text-decoration: underline;' href="http://www.microsoft.com/windowsserver2003/community/centers/iis/" target="_blank">http://www.microsoft.com/windowsserver2003/community/centers/iis/</a>
<a style='text-decoration: underline;' href="http://mvp.support.microsoft.com/" target="_blank">http://mvp.support.microsoft.com/</a>
<a style='text-decoration: underline;' href="http://www.iisfaq.com/" target="_blank">http://www.iisfaq.com/</a>
<a style='text-decoration: underline;' href="http://www.iistoolshed.com/" target="_blank">http://www.iistoolshed.com/</a> - tools, scripts, and utilities for running IIS
<a style='text-decoration: underline;' href="http://www.tryiis.com" target="_blank">http://www.tryiis.com</a><!-- ~MESSAGE_AFTER~ -->
 >> Stay informed about: Win XP Pro IIS5 
Back to top
Login to vote
user1772

External


Since: Jun 10, 2004
Posts: 1807



(Msg. 4) Posted: Fri Aug 06, 2004 7:23 pm
Post subject: Re: Win XP Pro IIS5 [Login to view extended thread Info.]
Archived from groups: per prev. post (more info?)

On Fri, 6 Aug 2004 10:25:23 -0400, "Al" <jodizco.RemoveThis@msn.com> wrote:

 >Can anyone help get rid off this error ?
 >
 >Windows XP Pro Professional
 >IIS 5 when try to open record set using ADO
 >
 >m_MSConnString = "Provider=Microsoft.Jet.OLEDB.4.0;Data
 >Source=C:\Database.mdb;User ID=Admin;Password=123;"
 >
 >Set oRecordSet = Server.CreateObject("ADODB.Recordset")
 >oRecordSet.ActiveConnection = m_MSConnString
 >oRecordSet.Source = "SELECT * FROM TableName"
 >oRecordSet.CursorType = 0
 >oRecordSet.CursorLocation = 2
 >oRecordSet.LockType = 3
 >oRecordSet.Open()
 >
 >
 >Error Message Displayed on IE
 >
 >error '8002801d'
 >Library not registered.
 >
 >/iisHelp/common/500-100.asp, line 10

MDAC most likely.

See:

<a style='text-decoration: underline;' href="http://www.aspfaq.com/show.asp?id=2121" target="_blank">http://www.aspfaq.com/show.asp?id=2121</a>

Jeff<!-- ~MESSAGE_AFTER~ -->
 >> Stay informed about: Win XP Pro IIS5 
Back to top
Login to vote
kgafvert

External


Since: Aug 23, 2003
Posts: 3146



(Msg. 5) Posted: Fri Aug 06, 2004 8:10 pm
Post subject: Re: Win XP Pro IIS5 [Login to view extended thread Info.]
Archived from groups: per prev. post (more info?)

Hello,

This KB Article maybe helps:

"PRB: ASP Error 8002801d "Library Not Registered""
<a style='text-decoration: underline;' href="http://support.microsoft.com/default.aspx?scid=kb;EN-US;q274038" target="_blank">http://support.microsoft.com/default.aspx?scid=kb;EN-US;q274038</a>

--
Regards,
Kristofer Gafvert - IIS MVP
<a style='text-decoration: underline;' href="http://www.ilopia.com" target="_blank">http://www.ilopia.com</a> - When you need help!


"Al" <jodizco.DeleteThis@msn.com> wrote in message
news:eJ$3IF8eEHA.2804@TK2MSFTNGP11.phx.gbl...
 > Can anyone help get rid off this error ?
 >
 > Windows XP Pro Professional
 > IIS 5 when try to open record set using ADO
 >
 > m_MSConnString = "Provider=Microsoft.Jet.OLEDB.4.0;Data
 > Source=C:\Database.mdb;User ID=Admin;Password=123;"
 >
 > Set oRecordSet = Server.CreateObject("ADODB.Recordset")
 > oRecordSet.ActiveConnection = m_MSConnString
 > oRecordSet.Source = "SELECT * FROM TableName"
 > oRecordSet.CursorType = 0
 > oRecordSet.CursorLocation = 2
 > oRecordSet.LockType = 3
 > oRecordSet.Open()
 >
 >
 > Error Message Displayed on IE
 >
 > error '8002801d'
 > Library not registered.
 >
 > /iisHelp/common/500-100.asp, line 10
 >
 >
 >
 > TIA
 >
 > Al
 >
 ><!-- ~MESSAGE_AFTER~ -->
 >> Stay informed about: Win XP Pro IIS5 
Back to top
Login to vote
jodizco

External


Since: Jan 05, 2004
Posts: 12



(Msg. 6) Posted: Sat Aug 07, 2004 11:47 am
Post subject: Re: Win XP Pro IIS5 [Login to view extended thread Info.]
Archived from groups: per prev. post (more info?)

I Re-Installed the MDAC 2.8 and its patches but no help still get the same
error.

TIA
Al

"Jeff Cochran" <jeff.nospam.RemoveThis@zina.com> wrote in message
news:4115b070.1403234144@msnews.microsoft.com...
 > On Fri, 6 Aug 2004 10:25:23 -0400, "Al" <jodizco.RemoveThis@msn.com> wrote:
 >
  > >Can anyone help get rid off this error ?
  > >
  > >Windows XP Pro Professional
  > >IIS 5 when try to open record set using ADO
  > >
  > >m_MSConnString = "Provider=Microsoft.Jet.OLEDB.4.0;Data
  > >Source=C:\Database.mdb;User ID=Admin;Password=123;"
  > >
  > >Set oRecordSet = Server.CreateObject("ADODB.Recordset")
  > >oRecordSet.ActiveConnection = m_MSConnString
  > >oRecordSet.Source = "SELECT * FROM TableName"
  > >oRecordSet.CursorType = 0
  > >oRecordSet.CursorLocation = 2
  > >oRecordSet.LockType = 3
  > >oRecordSet.Open()
  > >
  > >
  > >Error Message Displayed on IE
  > >
  > >error '8002801d'
  > >Library not registered.
  > >
  > >/iisHelp/common/500-100.asp, line 10
 >
 > MDAC most likely.
 >
 > See:
 >
<font color=purple> > <a style='text-decoration: underline;' href="http://www.aspfaq.com/show.asp?id=2121</font" target="_blank">http://www.aspfaq.com/show.asp?id=2121</font</a>>
 >
 > Jeff<!-- ~MESSAGE_AFTER~ -->
 >> Stay informed about: Win XP Pro IIS5 
Back to top
Login to vote
user1772

External


Since: Jun 10, 2004
Posts: 1807



(Msg. 7) Posted: Sat Aug 07, 2004 9:47 pm
Post subject: Re: Win XP Pro IIS5 [Login to view extended thread Info.]
Archived from groups: per prev. post (more info?)

I see you also posted in the asp.db group and are getting answers
there. First, read this:

<a style='text-decoration: underline;' href="http://www.blakjak.demon.co.uk/mul_crss.htm" target="_blank">http://www.blakjak.demon.co.uk/mul_crss.htm</a>

Then continue this in the asp group.

Jeff

On Sat, 7 Aug 2004 08:47:45 -0400, "Al" <jodizco DeleteThis @msn.com> wrote:

 >I Re-Installed the MDAC 2.8 and its patches but no help still get the same
 >error.
 >
 >TIA
 >Al
 >
 >"Jeff Cochran" <jeff.nospam DeleteThis @zina.com> wrote in message
 >news:4115b070.1403234144@msnews.microsoft.com...
  >> On Fri, 6 Aug 2004 10:25:23 -0400, "Al" <jodizco DeleteThis @msn.com> wrote:
  >>
   >> >Can anyone help get rid off this error ?
   >> >
   >> >Windows XP Pro Professional
   >> >IIS 5 when try to open record set using ADO
   >> >
   >> >m_MSConnString = "Provider=Microsoft.Jet.OLEDB.4.0;Data
   >> >Source=C:\Database.mdb;User ID=Admin;Password=123;"
   >> >
   >> >Set oRecordSet = Server.CreateObject("ADODB.Recordset")
   >> >oRecordSet.ActiveConnection = m_MSConnString
   >> >oRecordSet.Source = "SELECT * FROM TableName"
   >> >oRecordSet.CursorType = 0
   >> >oRecordSet.CursorLocation = 2
   >> >oRecordSet.LockType = 3
   >> >oRecordSet.Open()
   >> >
   >> >
   >> >Error Message Displayed on IE
   >> >
   >> >error '8002801d'
   >> >Library not registered.
   >> >
   >> >/iisHelp/common/500-100.asp, line 10
  >>
  >> MDAC most likely.
  >>
  >> See:
  >>
<font color=green>  >> <a style='text-decoration: underline;' href="http://www.aspfaq.com/show.asp?id=2121</font" target="_blank">http://www.aspfaq.com/show.asp?id=2121</font</a>>
  >>
  >> Jeff
 ><!-- ~MESSAGE_AFTER~ -->
 >> Stay informed about: Win XP Pro IIS5 
Back to top
Login to vote
Display posts from previous:   
   Web Hosting Problem Solving Community! (Home) -> IIS All times are: Pacific Time (US & Canada) (change)
Page 1 of 1

 
You can post new topics in this forum
You can reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum



[ Contact us | Terms of Service/Privacy Policy ]