ADODB.Connection 11.0 (?)
From: Sebas (Sebas_at_discussions.microsoft.com)
Date: 01/28/05
- Next message: Mike Mertes: "How to copy tables? (VBA behind Excel & Access 2k)"
- Previous message: Gérard Leclercq: "Re: Error: Visual Basic 6.0 SP3 - ACCESS W2000"
- Next in thread: Frank Hickman [MVP]: "Re: ADODB.Connection 11.0 (?)"
- Reply: Frank Hickman [MVP]: "Re: ADODB.Connection 11.0 (?)"
- Messages sorted by: [ date ] [ thread ]
Date: Fri, 28 Jan 2005 03:33:04 -0800
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
And I saw , with astonishment, it returns 11.0. The same functio nexecuted
on several others computers returns, correctly, 2.8
Then I downloades the MDAC Component Checker , executed in the target
machine , and it says that the installed mdac is 2.8.
I tried to reinstall MSDAC 2.8, but, as is a 2003 server, the installer
copies no data.
Anyone can help?
Thanks in advance
Sebastià Herreros
- Next message: Mike Mertes: "How to copy tables? (VBA behind Excel & Access 2k)"
- Previous message: Gérard Leclercq: "Re: Error: Visual Basic 6.0 SP3 - ACCESS W2000"
- Next in thread: Frank Hickman [MVP]: "Re: ADODB.Connection 11.0 (?)"
- Reply: Frank Hickman [MVP]: "Re: ADODB.Connection 11.0 (?)"
- Messages sorted by: [ date ] [ thread ]
Relevant Pages
|
|