Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Sp_who2 question
Message
General information
Forum:
Microsoft SQL Server
Category:
Other
Miscellaneous
Thread ID:
00610728
Message ID:
00615583
Views:
17
>>>Can these options be set programmatically? The reason I ask is I have several different applications that access to same DBC and use a connection contained in it. I would like each application to be able to set the APP and WSID at runtime.
>>
>>I don't know for sure but you can try DBSETPROP(< connection name >, "CONNECTION", "ConnectString", < new connection string >).
>
>I think that updates the DBC connection object. I'm looking for a way to have the application change the value while it is running without updating the connection object in the DBC.

AFAIK, you cannot change those options after connection is established.
--sb--
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform