How do I convert an old foxpro 2.x table to a VFP9 version? Opened the table in VFP and added a field and did re-index. Would that do it? How do I check that it was updated?
This is the table structure.
Project_id N(10)
Task_id N(10)
User_id C(10)
Notes M
Bill_hours N(8,3)
isBillable L
I don't want to change the existing fields' type. Since the code is referencing them in many places. First step is to update the table and any new fields will use the VFP data type (Eg: after_hours: DateTime; Bill_id: I. etc...)
Please guide me with this. Thanks!
This is the table structure.
Project_id N(10)
Task_id N(10)
User_id C(10)
Notes M
Bill_hours N(8,3)
isBillable L
I don't want to change the existing fields' type. Since the code is referencing them in many places. First step is to update the table and any new fields will use the VFP data type (Eg: after_hours: DateTime; Bill_id: I. etc...)
Please guide me with this. Thanks!