Download as ppt, pdf, or txt
Download as ppt, pdf, or txt
You are on page 1of 9

Connection String for SQL Server

OleDbConnection cn = new OleDbConnection(Provider=SQLOLEDB;Data Source=.\\SQLEXPRESS;Integrated Security=SSPI);

Rest of The Process is Same * Creation of OleDbCommand * To Read OleDbDataReader

You might also like