Hi
I have the following connection info in my web.config file;
<connectionStri ngs>
<add
providerName="S ystem.Data.SqlC lient" connectionStrin g="Data
Source=MySQLSer ver.net;Initial Catalog="M yDB";Persi st Security
Info=True;User ID="UID&qu ot;;Password=My Password" name="Events" />
</connectionStrin gs>
How can I open a connection to this db in my code?
Thanks
Regards
I have the following connection info in my web.config file;
<connectionStri ngs>
<add
providerName="S ystem.Data.SqlC lient" connectionStrin g="Data
Source=MySQLSer ver.net;Initial Catalog="M yDB";Persi st Security
Info=True;User ID="UID&qu ot;;Password=My Password" name="Events" />
</connectionStrin gs>
How can I open a connection to this db in my code?
Thanks
Regards
Comment