TECHNOLOGIES
FORUMS
JOBS
BOOKS
EVENTS
INTERVIEWS
Live
MORE
LEARN
Training
CAREER
MEMBERS
VIDEOS
NEWS
BLOGS
Sign Up
Login
No unread comment.
View All Comments
No unread message.
View All Messages
No unread notification.
View All Notifications
Answers
Post
An Article
A Blog
A News
A Video
An EBook
An Interview Question
Ask Question
Forums
Monthly Leaders
Forum guidelines
dhruv singhal
NA
1
1.8k
Are the sql parameterised query completely secure ?
Jan 19 2013 8:39 PM
I have been coding on highly sensitive databases for sometime now , and has been using parameterised sql query like,
sqlcommand cmd = new sqlcommand("insert into register values(@name,@phone_no"),connection);
cmd.parameters.add('@name',name);
cmd.parameters.add('@phone_no',phone_no);
does these things could be trespassed , or the malicious instruments are completely nullified
And how to secure data tampering ?
Reply
Answers (
1
)
Permissions in Visual Studio
Validate certificate chain with untrusted CA