RE: MSSQL Connection question



Not for OLEDB, you can do something like that for ODBC.
Mark

"Jeff" wrote:

> I have the following in some code:
>
> Set objConnection = CreateObject("ADODB.Connection")
> objConnection.open "PROVIDER=SQLOLEDB;DATA SOURCE=(local);INTEGRATED
> SECURITY=SSPI;DATABASE=meta"
>
> What I would like to do is pick up the properties from a Microsoft OLE DB
> Provider for SQLServer that I already have defined in the package.
>
> I am looking for something like this...my connection is call Test.
>
> objConnection.open "Test"
>
> Is there a way to do this?
>
> Thanks,
> Jeff
>
>
>
.