I have a check box that I am trying to update in an Mdi form. In my stored procedure I am linking the information from the new form with the parent program. In the new window there are some check boxes and I want to relay that information back to the DB as whether it is checked or not.
@Name as nvarchar(50),
@HasID as check,
@Date as datetime,
[what is the correct keyword in a stored procedure for a check?]
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.