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
Devendra Kumar
NA
517
243.7k
how to insert my flag true or false in sqlserver
Jul 7 2016 1:59 AM
hello friends please solve this query
i have one table like: category
and there field like:
Category_Id int,
Category_Name varchar(50),
cat_IsSizeRequired bit
and cat_IsSizeRequired this column default value set ((0))
and than
insert time my query like
Category_Id int,
@Category_Name varchar(250),
@cat_IsSizeRequired bit
insert into dbo.Tbl_Category(Category_Name,cat_IsSizeRequired) values(@Category_Name,@cat_IsSizeRequired)
this and i want when insert
query
if i check cat_IsSizeRequired is true it insert true else default value false please any body tell me
sorry for my bad English
Reply
Answers (
7
)
how to store image in session and get it from session
ASP.NET Basic programming with programming example