Hi,
I just started with delphi and am experimenting a bit with databases.
I have two questions regarding a time field in a paradox table:
1) I have a field table 'Time' (Type set to Time). When I try to insert rows I get the following error:
'class EDBEngineError with message: Invalid use of keyword. Token: Time'
Changing the field name solves the problem but now the new fieldname is displayed as the column name in the grid. I would like it to display 'Time'. Is this possible?
2) Apparantly the default format for a time field in Paradox is hh:mm:ss. Is it possible to only show hh:mm in the grid?
Many thanks,
Raoul
I just started with delphi and am experimenting a bit with databases.
I have two questions regarding a time field in a paradox table:
1) I have a field table 'Time' (Type set to Time). When I try to insert rows I get the following error:
'class EDBEngineError with message: Invalid use of keyword. Token: Time'
Changing the field name solves the problem but now the new fieldname is displayed as the column name in the grid. I would like it to display 'Time'. Is this possible?
2) Apparantly the default format for a time field in Paradox is hh:mm:ss. Is it possible to only show hh:mm in the grid?
Many thanks,
Raoul