Re: OleDbConnectionString Vista
- From: "Dr. Patrick Havel" <patrick.havel@xxxxxxx>
- Date: Sun, 14 Jan 2007 18:30:40 +0100
Hi Bob,
I know it now: The ADO Functions are in Vista built in. Because I installed
MDAC 2.8 I destroyed the registry for msado15.dll. That´s the reason.
Patrick.
"Bob Barrows [MVP]" <reb01501@xxxxxxxxxxxxxxx> schrieb im Newsbeitrag
news:eldKuEEJHHA.3268@xxxxxxxxxxxxxxxxxxxxxxx
Dr. Patrick Havel wrote:
Hello *,I don't know the answer to this. If you don't get an answer here, you
in my VC++ program I use the following code to create a connection
object:
"m_sCreateString.Format("Provider=Microsoft.Jet.OLEDB.4.0;Data
Source=%s.mdb;Persist Security Info=True;",m_sPfad);"
// Connection Object erstellen
hr = m_pConn.CreateInstance(__uuidof(Connection));"
It works correctly under W2K and XP. Under Windows Vista I get
hr=0x80040154 (Class not registered) even if UAC is disabled.
I installed on the machine MDAC 2.8 but it seems to have no effect.
should try the adonet group (microsoft.public.dotnet.framework.adonet)
as well as a Vista group. If you find an answer, we would appreciate it
if you would share it with us here.
--
Microsoft MVP -- ASP/ASP.NET
Please reply to the newsgroup. The email account listed in my From
header is my spam trap, so I don't check it very often. You will get a
quicker response by posting to the newsgroup.
.
- Follow-Ups:
- Re: OleDbConnectionString Vista
- From: Stephen Howe
- Re: OleDbConnectionString Vista
- From: Bob Barrows [MVP]
- Re: OleDbConnectionString Vista
- Prev by Date: Re: Tough query (for me)
- Next by Date: Re: OleDbConnectionString Vista
- Previous by thread: Re: Tough query (for me)
- Next by thread: Re: OleDbConnectionString Vista
- Index(es):
Relevant Pages
|
|