using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Data.SqlClient; namespace WindowsFormsApplication1 { class query { public SqlConnection con; SqlCommand cmd; public SqlDataReader sdr; public query() { con = new SqlConnection("Data Source=LAB1PC7\\SQLEXPRESS;Initial Catalog=Test;Integrated Security=True"); } public int modify(string s) { con.Open(); cmd = new SqlCommand(s, con); int r = cmd.ExecuteNonQuery(); con.Close(); ...
this is a net web blog journal diary that is formed and made by a Indian student for faculty,college kids,children and youngsters as a gift for you to hold and carry everywhere and everyplace around the globe.This journal is completely and totally free from price to use and is extremely easy to use and very easy to understand.