I want to make a student database where i want to connect,insert,update and delete database using SQL command without using CRUD operation..
like as below..
SqlConnection conn= new SqlConnection(connection string);
SqlCommand cmd= new SqlCommand() ...e.t.c
How can i do it? Explain me details please..
Jignesh TrivediPosted Mar 16, 2015, 12:15 AM
and you want to perform connect ,insert, update and delete database using SQL command
I did not get your question
shivendra pratikPosted Mar 15, 2015, 9:08 AM