Re: ADODB.Connection 11.0 (?)

From: Frank Hickman [MVP] (fhickman_NOSP_at_M_noblesoft.com)
Date: 01/28/05


Date: Fri, 28 Jan 2005 10:42:13 -0500


"Sebas" <Sebas@discussions.microsoft.com> wrote in message
news:DE150E8F-5DA4-436F-83F9-E7560E175AA4@microsoft.com...
> Hi to all,
>
> I am deploying a VB 6 application in a Windows 2003 server.
>
> Wher the application starts, it creates a ADODB.connection object and
> tries
> to connect to a Access Database. When it tries to create the connection,
> I
> get a Type Mismatch error.
>
> Using Access 2003, that's also installed in the target computer, I have
> made
> a small function that makes the following:
>
> cn = CreateObject("ADO.Connection")
> msgbox cn.version
>

Do you mean ADODB.Connection?

-- 
============
Frank Hickman
Microsoft MVP
NobleSoft, Inc.
============
Replace the _nosp@m_ with @ to reply.
<snip>