Hi,
We created a table in the database Account (acctid, balance,
userid). Created a map in CocoBase named Account. Then we
created BMP using this map. Then we added column REMARKS in
Account table in the database. When we tried to reflect the
same change in the map, by adding field in ?Edit Map? screen,
CocoBase did not save the change. Next time when we opened
?Edit Map? screen, the change was not reflected. Hence that
field does not appear while creating a bean from the Map.
Because of the above problem, we had to delete the bean,
delete the map, recreate the map and recreate the bean.
This is a very serious problem as we will not be able to
change our table definitions once the map is created for
the first time. This beats the entire purpose of the middle
layer of Map and indicates that Java code is not transparent
of the database changes.
|