For Postgresql (not tried it with any other database), the GetString method of a Resultset object returns a "t" for a True value and "f" for a False value.
These give an error if you try to assign them directly to a Boolean variable, so you have stick in
an If clause to test and assign appropriately
Is this just the way it is or is there a better way?
Thanks
These give an error if you try to assign them directly to a Boolean variable, so you have stick in
an If clause to test and assign appropriately
Is this just the way it is or is there a better way?
Thanks