I have a field in a SQL Server table that is of type bit
.
When I try to use a Boolean
in VB.NET
when passing parameters to a stored procedure, there are never any matches. I have also tried passing an integer to the stored procedure and that does not work either.