I have an asp application.
I am using the following code:
Comm.Parameters.Append Comm.CreateParameter("@IsSecure", adBoolean, adParamInput, , True)
I have used parameter and the datatype is set to Boolean
.
But whenever I execute it, I get an error
Error converting data type nvarchar to bit
Am I doing anything wrong?
Can anyone please help me out of this.