What BIT values to use in oStmt?
Mahanimann

Guru's,
I use the SQL BIT type for logical fields. This works fine with :FieldGet()/:FieldPut(), but what SqlExpress compatible values do I use in SQL statements?
Example: "UPDATE Customers SET lActive=1" does update the table, but when retrieving with oCustCurs:FieldGet("lActive") I allways get .F. (I've tried with several different parameters, including SET lActive = b'1')
Thanks for any enlightenment!
Best regards,
Mahanimann