Click here to Skip to main content
15,895,746 members

Comments by Ashutosh_jha (Top 19 by date)

Ashutosh_jha 28-Sep-18 4:40am View    
I am trying to make a simple windows application in visual studio 2005 with sql server 2008. i have no any idea how to connect with database via code.
Ashutosh_jha 28-Sep-18 4:20am View    
give me correct way and code
Ashutosh_jha 28-Sep-18 3:53am View    
string str;
SqlConnection cnn;
str = @"server=(local);database=SMS_Data;Integrated Security=SSPI";
SqlConnection cnn = new SqlConnection(str);
Ashutosh_jha 28-Aug-13 6:16am View    
what is the process to account permission
Ashutosh_jha 28-Aug-13 6:00am View    
how i do?