Click here to Skip to main content
15,889,281 members

Comments by Awesh Vishwakarma (Top 16 by date)

Awesh Vishwakarma 31-Jan-17 7:06am View    
I am trying to do like other data loss prevention software do. a Known program for this is Trend Micro.
Awesh Vishwakarma 31-Jan-17 7:00am View    
Then what programming language should i use to achieve this?
Awesh Vishwakarma 7-Dec-16 3:42am View    
Hi sekhar
I am not sure but i can suggest you
1. Try to add a primary key
2. Recheck your query to make sure you have specified ID column in select command
3. Try to debug the code line by line
Awesh Vishwakarma 7-Dec-16 3:38am View    
Deleted
What do you mean by " i can not use primary key on column also." ?
Are you using Entity framework or DataAdapter? - If yes then it is recommended to create a primary key. They strongly need to have a primary key in your database table.

Look at this link: http://stackoverflow.com/questions/840162/should-each-and-every-table-have-a-primary-key
Awesh Vishwakarma 6-Dec-16 22:02pm View    
If you are using Database, make sure is there any primary key?