Click here to Skip to main content
15,891,721 members

Comments by abhinavvijay (Top 8 by date)

abhinavvijay 6-Mar-13 10:43am View    
SQL server
abhinavvijay 21-Jul-12 16:08pm View    
if you are sure the there will be only two values then you can use bit value
abhinavvijay 21-Jul-12 15:59pm View    
if you think that no. of value would be n then it is worthy
abhinavvijay 21-Jul-12 15:54pm View    
when you use
OleDbCommand cmd = new OleDbCommand("SELECT * FROM mytable where a = " + str_var , con);
what error is showing?
abhinavvijay 13-Jul-12 12:32pm View    
thanks