Re: Programmatically get OLDDB Version (and other properties)
- From: "Brian Hollister" <bhollisterATfuturaintlDOTcom>
- Date: Thu, 14 Jun 2007 14:34:33 -0400
This page might help;
http://msdn.microsoft.com/library/default.asp?url=/library/en-us/ado270/htm/mdobjconnectionpme.asp
There is a Provider and Version property that are wrapped by the Delphi ADO
implementation.
I suggest for ADO specific intel you look into the ADO Programmers
References on msdn;
http://msdn.microsoft.com/library/default.asp?url=/library/en-us/ado270/htm/mdmscadoapireference.asp
hth,
brian
--
Got a big event coming up? Let us
help coordinate your event. For more
visit www.kissemgoodbye.com
"Clayton Arends" <nospam_claytonarends@xxxxxxxxxxx> wrote in message
news:46717ad9$1@xxxxxxxxxxxxxxxxxxxxxxxxx
Does anyone know how to generically and programatically determine theOLEDB
driver version of an open ADO connection? If this is possible then Iwould
also like to retrieve other properties about the driver. A list or linkto
where I can find this information would be appreciated.simple
I have scoured Google looking for the answer to what I thought was a
problem. I have found some answers that say to check for the followingproperties:
properties (neither exist):
OLE DB Version
Provider Version
Using a test Oracle connection I retrieved the following list of
Password
Persist Security Info
User ID
Data Source
Window Handle
Locale Identifier
Prompt
Extended Properties
OLE DB Services
I also connected to a test Jet database. It has many more properties and
includes the set of above properties.
TIA,
- Clayton
.
- Follow-Ups:
- Re: Programmatically get OLDDB Version (and other properties)
- From: Clayton Arends
- Re: Programmatically get OLDDB Version (and other properties)
- References:
- Programmatically get OLDDB Version (and other properties)
- From: Clayton Arends
- Programmatically get OLDDB Version (and other properties)
- Prev by Date: Programmatically get OLDDB Version (and other properties)
- Next by Date: Re: Issues with ADO Queries, and TADOQuery
- Previous by thread: Programmatically get OLDDB Version (and other properties)
- Next by thread: Re: Programmatically get OLDDB Version (and other properties)
- Index(es):
Relevant Pages
|