CRBatchMove field type wrong
Posted: Mon 12 Aug 2013 22:18
Hello,
Just upgraded to 5.0.2.
I'm trying to use CRBatchMove but are getting the EDatabaseError: 'Cannot access field '<field_name>' as type DateTime.
In the database side of things <field_name> is actually a Memo blob so not sure why its being mapped to a DateTime.
I've tried putting in the following rule in both the database connection and Tables themselves :-
<table>.DataTypeMap.AddFieldNameRule('<field_name>', ftMemo);
but this makes no difference.....!?!!?
Just upgraded to 5.0.2.
I'm trying to use CRBatchMove but are getting the EDatabaseError: 'Cannot access field '<field_name>' as type DateTime.
In the database side of things <field_name> is actually a Memo blob so not sure why its being mapped to a DateTime.
I've tried putting in the following rule in both the database connection and Tables themselves :-
<table>.DataTypeMap.AddFieldNameRule('<field_name>', ftMemo);
but this makes no difference.....!?!!?