How to create Dynamic connection to Input/Output Tool
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Mute
- Printer Friendly Page
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
Hi,
Is anyone aware on how to pass dynamic connection string(any source/destination) to Input/Output tool so that connection would update dynamically to a pre-defined Macro? Using Control Parameter or any variable?
Example: If we take up SQL Server connection
Can we pass ConnectionName, HostName, UserName, Pwd, DatabaseName,TableName dynamically so that connection string would update?
Is connection would we stored somewhere in file system as an xml file?
 
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
Yes, i am using something similar to that because here i have rotative passwords, so i need to pick the current password from a source and pass it macros. It works fine.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
@Felipe_Ribeir0 - I need HostName, DatabaseName, UserName, TableName along with Password to be updated. So that connection will update based on my Input values. How I can accomplish that? How can I edit the connection dynamically?
