<configuratio n>
<appSettings/>
<connectionStri ngs>
<add name="pedbConne ctionString" connectionStrin g="Data Source=localhos t;Initial Catalog=acsdb;P ersist Security Info=True;User ID=sa;Password= password123"
providerName="S ystem.Data.SqlC lient" />
</connectionStrin gs>
i want to change the initial catalog to lets say pedb? how do i do tat?
Before:
<add name="pedbConne ctionString" connectionStrin g="Data Source=localhos t;Initial Catalog=acsdb;P ersist Security Info=True;User ID=sa;Password= password123"
After:
<add name="pedbConne ctionString" connectionStrin g="Data Source=localhos t;Initial Catalog=pedb;Pe rsist Security Info=True;User ID=sa;Password= password123"
thanks in advance
<appSettings/>
<connectionStri ngs>
<add name="pedbConne ctionString" connectionStrin g="Data Source=localhos t;Initial Catalog=acsdb;P ersist Security Info=True;User ID=sa;Password= password123"
providerName="S ystem.Data.SqlC lient" />
</connectionStrin gs>
i want to change the initial catalog to lets say pedb? how do i do tat?
Before:
<add name="pedbConne ctionString" connectionStrin g="Data Source=localhos t;Initial Catalog=acsdb;P ersist Security Info=True;User ID=sa;Password= password123"
After:
<add name="pedbConne ctionString" connectionStrin g="Data Source=localhos t;Initial Catalog=pedb;Pe rsist Security Info=True;User ID=sa;Password= password123"
thanks in advance
Comment