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
Carlos Sanchez
NA
264
0
Insert a null value in a table
Jul 20 2004 1:16 PM
How to insert a null value in a Table by parameter. For example: command.Parameters.Add(@ImageColumn, ****** ); What do I must to write instead of ******* ? I tried this: command.Parameters.Add(@ImageColumn, null); But it throws an exception. Any idea? Thanx in advance. Carlos
Reply
Answers (
10
)
add column(C#)
Fill DataGrid using SQL + C#