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
krithika muthukrishnan
NA
234
705.2k
Failed to convert parameter value from a String to a Byte[].
Jan 31 2011 6:47 AM
hi,
in cs page i am going to insert some values and the coversion of bytefile to the sql table using stored procedure. i assign the value to the parameter.when i execute it
cmd.executenonquery()//Failed to convert parameter value from a String to a Byte[].
this error will occur.How to solve this
Reply
Answers (
12
)
must declare a scalar variable error will occur.
How can I rewrite this SQL statement to not use OR statements in the WHERE clause and make it as efficient as possible? Its an interview question.