I'm looking into migrating my database from VFP to MySQL.
Most of the data type mappings seem straightforward, but I'm not sure how to deal with the VFP logical data type - that is TRUE and FALSE.
It seems that I can either use tinyint(1) or bit(1) for creating the field.
What would you recommend and why?
Thanks,
Stewart
Most of the data type mappings seem straightforward, but I'm not sure how to deal with the VFP logical data type - that is TRUE and FALSE.
It seems that I can either use tinyint(1) or bit(1) for creating the field.
What would you recommend and why?
Thanks,
Stewart