Hi
We have created an orchstration and use SQl adapter in it. The SQL adapter is added through Visual studio .NET. So the database connection and stored procedure selection is given at the time of adapter insertion.
Now we want to deploy this project soluction on client side but we don’t know database server name at that side. So how can we deploy this soluction on client side? Or we have to create new orchestration there with SQL adapter? Is there any facility to give database connection to SQL adapter at later stage?
Thanks
Jyo