Re: MDAC question

Tech Tip: Click here to run a free scan for Windows Errors and optimize PC performance

From: Griff (Howling_at_The.Moon)
Date: 01/04/05


Date: Tue, 4 Jan 2005 17:32:13 -0000


> First of all you are missing a major part of the question - what versions
of
> the ADO Data library are your applications using?

Checked the ADO version by creating an ADODB.Connection object and checking
the reported VERSION property.

The application tier is running ADO 2.7
The data tier is running ADO 2.8.

> What provider/driver version are you using?

The provider is SQLOLEDB:

obConnection.Open "Provider=SQLOLEDB;Persist Security Info=False;" &
"Server=" & sConnectionServer & ";Initial Catalog=" & sDatabaseName,
sConnectionUsername, sConnectionPassword

I don't know what driver version this is.... Should I be using
"Provider=SQLOLEDB.1" ?

Just to confirm, this is a VB6 application, not .NET.

Griff



Relevant Pages

  • Re: MDAC question
    ... Checked the ADO version by creating an ADODB.Connection object and checking ... The data tier is running ADO 2.8. ... sConnectionUsername, sConnectionPassword ...
    (microsoft.public.data.ado)
  • Re: MDAC question
    ... Checked the ADO version by creating an ADODB.Connection object and checking ... The data tier is running ADO 2.8. ... sConnectionUsername, sConnectionPassword ...
    (microsoft.public.vb.database)
  • Re: MDAC question
    ... Checked the ADO version by creating an ADODB.Connection object and checking ... The data tier is running ADO 2.8. ... sConnectionUsername, sConnectionPassword ...
    (microsoft.public.vb.general.discussion)
  • Tips on finding memory leaks
    ... Does anybody have any tips on finding memory leaks in VB code, ... in conjunction with ADO? ... I've got a data tier which seems to be more than a ... some of the reference problems may be hidden in collection classes that're ...
    (microsoft.public.vb.general.discussion)
  • Re: Tips on finding memory leaks
    ... I've got a data tier which seems to ... given that I know ADO caches ... I know the obvious one of de-referencing objects, ... some of the reference problems may be hidden in collection classes that're ...
    (microsoft.public.vb.general.discussion)