Hi,
I have a Table in MySql with data type as BIT. This is equivalent to a LOGICAL field in DBF.
BIT stores either 0 or 1 where in DBF we represent it as .F. or .T.
I am using ADO
When I retrieve Data from the MySql Table on a RecordSet, FiveWin/Harbour is displaying/processing all BIT Data as .T. irrespective of its real 0 and 1 's (.F. and .T.)
I have checked the data on the Table using Toad for MySQL and found that the recordset is showing the data exactly as required.
Has anybody encountered this problem ? Any idea how this can be handled so that the data is converted to either .T. or .F.
I tried to display the recordset data on a xBrwse too, but all the BIT data's are shown as .T.
Is there anything that I have to take care while handling BIT Data using FiveWin and ADO
Regards
Anser