Re: Problems with ADODB
From: Robin Hammond (rjNOrhSPAM_at_PLEASEnetvigator.com)
Date: 10/01/04
- Next message: John: "Guru Help Needed"
- Previous message: Pam R: "RE: VB Code to Delete Unused Rows"
- In reply to: Eric Wescott: "Problems with ADODB"
- Messages sorted by: [ date ] [ thread ]
Date: Fri, 1 Oct 2004 11:52:34 +0800
Eric,
you can also update to the latest versions by downloading MDAC2.8 and the
MDAC2.8 security patch from msdn.
a. MDAC2.8, is available here:
http://www.microsoft.com/downloads/details.aspx?FamilyID=6c050fe3-c795-4b7d-b037-185d0506396c&DisplayLang=en
b. MDAC2.8 security update is available here:
http://www.microsoft.com/downloads/details.aspx?FamilyId=39472EE8-C14A-47B4-BFCC-87988E062D91&displaylang=en
c. MSXML4SP2 is available here.
http://www.microsoft.com/downloads/details.aspx?FamilyID=3144b72b-b4f2-46da-b4b6-c5d7485f2b42&displaylang=en
Robin Hammond
www.enhanceddatasystems.com
"Eric Wescott" <wescotte@earthlink.net> wrote in message
news:86791a67.0409301413.4712314@posting.google.com...
> I'm attempting to sue ADOBD to access my database via the ODBC driver.
> However when I
> Dim as400 As New ADODB.Connection
>
> or
> Dim as400
> Set as400 = Server.CreateObject("ADODB.Connection")
>
> I get a compiler error saying User defined type not defined. I'm using
> Office 2000. I assume I need to install some sort of ADO addon but I'm
> not sure where to find it. Could somebody please put me in the right
> direction?
>
> Thanks
> Eric
- Next message: John: "Guru Help Needed"
- Previous message: Pam R: "RE: VB Code to Delete Unused Rows"
- In reply to: Eric Wescott: "Problems with ADODB"
- Messages sorted by: [ date ] [ thread ]
Relevant Pages
|