SQL Azure - Connection to SQL Azure using OLEDB



Connection SQL Azure using OLEDB Connection - C#

-- username: syntaxhelp
-- password: sh@123
-- server : tcp:urrg21kkk.ctp.database.windows.net
-- Database: Northpole

OleDbConnection cn;
cn = new OleDbConnection("Provider=SQLNCLI10; Server=tcp:urrg21kkk.ctp.database.windows.net; Database=Northpole; Uid=syntaxhelp@urrg21kkk; Pwd=sh@123;");
cn.Open();

Share |

 Cant find the page you are looking for?
 Help us to improve by adding the content that you are looking for.
 Leave a feedback
 We look forward to hear your comments and feedback.