Re: getting ADO-like properties from OleDbConnection
From: Paul Clement (UseAdddressAtEndofMessage_at_swspectrum.com)
Date: 05/14/04
- Next message: Jeffrey Bradshaw: "Connection Timeout on aSQLDataAdapter"
- Previous message: Paul Clement: "Re: Listing all the tables in MS access Databsae using ODBC"
- In reply to: Mark: "getting ADO-like properties from OleDbConnection"
- Messages sorted by: [ date ] [ thread ]
Date: Fri, 14 May 2004 10:13:34 -0500
On 13 May 2004 05:29:04 -0700, mark.lerch@quest.com (Mark) wrote:
¤ ADO connection objects had a Properties array which you could iterate
¤ to determine connection string values, such as "Persist Security Info"
¤ and the like.
¤
¤ Is there any facility in ADO.NET to do this aside from parsing the
¤ ConnectionString?
Afraid not, although splitting the connection string by the semi-colon should be relatively trivial.
Paul ~~~ pclement@ameritech.net
Microsoft MVP (Visual Basic)
- Next message: Jeffrey Bradshaw: "Connection Timeout on aSQLDataAdapter"
- Previous message: Paul Clement: "Re: Listing all the tables in MS access Databsae using ODBC"
- In reply to: Mark: "getting ADO-like properties from OleDbConnection"
- Messages sorted by: [ date ] [ thread ]
Relevant Pages
|