|
Home > Archive > BizTalk Server General > July 2005 > SQL Adapter
You are viewing an archived Text-only version of the thread.
To view this thread in it's original format and/or if you want to reply to
this thread please [click here]
|
|
|
| Hi,
When using SQL adapter i have to provide a connection string as part of the
parameters.
Is there anyway this property can be configured automatickly (by config file
for example) or anything else ?
Thank you
Itayb
| |
| Yossi Dahan 2005-07-27, 2:48 am |
| possible you could point your connection string to a dsn file, but I don't
see why you'd need to. after all the port configuration is created (or can
be) via a bindings file and is not compiled, so if you ever move to another
environment and need it changed all you'll need to do is edit the bindings
file which is not MUCH worse then changing a config file somewhere
Yossi Dahan
"Itayb" <Itayb@discussions.microsoft.com> wrote in message
news:60045FDF-5419-469C-B59D-82D9A4706CA9@microsoft.com...
> Hi,
>
> When using SQL adapter i have to provide a connection string as part of
> the
> parameters.
> Is there anyway this property can be configured automatickly (by config
> file
> for example) or anything else ?
>
> Thank you
> Itayb
| |
|
| Thats the way i am handling it now
i guess its the best way
Thank you anyway
Itayb
"Yossi Dahan" wrote:
> possible you could point your connection string to a dsn file, but I don't
> see why you'd need to. after all the port configuration is created (or can
> be) via a bindings file and is not compiled, so if you ever move to another
> environment and need it changed all you'll need to do is edit the bindings
> file which is not MUCH worse then changing a config file somewhere
>
> Yossi Dahan
>
> "Itayb" <Itayb@discussions.microsoft.com> wrote in message
> news:60045FDF-5419-469C-B59D-82D9A4706CA9@microsoft.com...
>
>
>
|
|
|
|
|