how to convert the property into bit from bool?
-
I have a property that return bool value. And the corresponding data type of field in table of this property is bit type. When I want to save this bool type property it gives the error due to the data which i am going to save in database that's data type is bit type. My question is how to convert the property into bit from bool? with regards tarak
-
I have a property that return bool value. And the corresponding data type of field in table of this property is bit type. When I want to save this bool type property it gives the error due to the data which i am going to save in database that's data type is bit type. My question is how to convert the property into bit from bool? with regards tarak
-
I have a property that return bool value. And the corresponding data type of field in table of this property is bit type. When I want to save this bool type property it gives the error due to the data which i am going to save in database that's data type is bit type. My question is how to convert the property into bit from bool? with regards tarak
-
I have a property that return bool value. And the corresponding data type of field in table of this property is bit type. When I want to save this bool type property it gives the error due to the data which i am going to save in database that's data type is bit type. My question is how to convert the property into bit from bool? with regards tarak
If you have correctly defined your parameter objects they will translate
bool
tobit
andbit
tobool
automaticaly. What is the .net code you have used to make the database call?If you have knowledge, let others light their candles at it. Margaret Fuller (1810 - 1850) [My Articles] [My Website]