J
John
Hi
I have the following connection info in my web.config file;
<connectionStrings>
<add
providerName="System.Data.SqlClient" connectionString="Data
Source=MySQLServer.net;Initial Catalog="MyDB";Persist Security
Info=True;User ID="UID";Password=MyPassword" name="Events" />
</connectionStrings>
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;
<connectionStrings>
<add
providerName="System.Data.SqlClient" connectionString="Data
Source=MySQLServer.net;Initial Catalog="MyDB";Persist Security
Info=True;User ID="UID";Password=MyPassword" name="Events" />
</connectionStrings>
How can I open a connection to this db in my code?
Thanks
Regards