05-12-04 01:21 AM
Hi,
You can set the ...baseTypes.Address context property of the port.
DynamicSQLport(Microsoft.XLANGs.BaseTypes.Address) =
"SQL://DBServerName/DatabaseName/InstanceID" where InstanceID is anything
that you’d like in order for the URI to be unique;
The SQL Adapter does not support the full connection string as a context
property. However, you can set the SQL Send Handler properties as the
default values for dynamic sends.
You should be able to set the server name and database name at runtime and
have the remaining connection string properties retrieved from the Send
Handler Config. From the BTS Admin Console snap-in, expand the Adapters
node and in turn expand the SQL Adapter node. Click on the Send Handlers
folder and then right click on the desired host instance which appears in
the result pane. Select properties from the context menu, then select the
properties tab from the popup dialog. You should then be able to configure
default values for dynamic sends.
Thanks,
Vipul Goyal
Microsoft
This posting is provided "AS IS" with no warranties,and confers no rights.
[ Post a follow-up to this message ]
|