get DB path from ADODB.Connection
- From: "RB Smissaert" <bartsmissaert@xxxxxxxxxxxxxxxx>
- Date: Sun, 15 Oct 2006 22:29:18 +0100
Using VBA in Excel and connecting to an Interbase database via ODBC and ADO.
Is it possible to get the full DB path from the ADODB.Connection object?
There is no problem if I set the DB path in code in a set connection string, but the problem is
with a DSN connection like this:
strConn = "DSN=System 6000;" & _
"UID=" & Username & ";" & _
"PWD=" & Password
ADOConn.Open strConn
I just need a foolproof way of getting the DB path from the current ADO connection.
RBS
.
- Follow-Ups:
- Re: get DB path from ADODB.Connection
- From: RB Smissaert
- Re: get DB path from ADODB.Connection
- Prev by Date: Re: Problem with ADODC.ocx control
- Next by Date: Re: get DB path from ADODB.Connection
- Previous by thread: Re: How to process partial date before Access automatically modifies i
- Next by thread: Re: get DB path from ADODB.Connection
- Index(es):
Relevant Pages
|
|