Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations strongm on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Re-Installing ADO components

Status
Not open for further replies.

OceanDesigner

Programmer
Oct 30, 2003
173
US
Following some advice I received in this forum a few weeks ago, I have coded the following set of lines:

Code:
<!--#include file="includes/connect.inc" -->
<%
  Set oPkg = Server.CreateObject("DTS.Package")
%>
<!--#include file="includes/disconnect.inc" -->
[\CODE]

I get an error that I tracked down to the following MSN article:  [URL unfurl="true"]http://support.microsoft.com/default.aspx?scid=kb;en-us;315453#appliesto.[/URL]  It basically tells me that ADO components are either not installed, or not installed correctly, and further tells me to re-install the database components.  I can't figure out how to do that, and I can't find instructions on MSN, SQL Server BOL or IIS help.  Do I have to reinstall IIS altogether, or can I somehow just deal with the database components?
 
Try reinstalling MDAC or updating MDAC - depending upon what version of Windows you have, that might resolve the problem. Usually, one would just update to the latest version, but with some earlier versions of O/S and applications, it might not be appropriate. It's probably best to reinstall the level you have unless you have reason to upgrade.

Component checker to determine what MDAC version you have



MDAC download page

 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top