Z
Zatdam
Hi
I am relativly new to VS & C# so excuse me for this question
I am trying to pass a bool variable into a SQL statement but can't seem to
find the right syntax. I know to pass a string you use '"+strVar+"' but can't
seem to figure out bool.
(select * from tablet where active=chkActive.checkstate)
chkActive is on my windows form
Can someone point me in the right direction?
Many thanks for your help
I am relativly new to VS & C# so excuse me for this question
I am trying to pass a bool variable into a SQL statement but can't seem to
find the right syntax. I know to pass a string you use '"+strVar+"' but can't
seem to figure out bool.
(select * from tablet where active=chkActive.checkstate)
chkActive is on my windows form
Can someone point me in the right direction?
Many thanks for your help