Is there anyone that has this problem before?
I removed part of data in a text type field from a table, for example, the data was like ‘adcdefghi’, after the action of remove, the data becomes like ‘abcd’. However, when I retrieve data from that field, the result is still ‘adcdefghi’.
I’m sure that I changed the right database. Is there something I have to do before I retrieve the data?????
The Commit method of the Database object finalizes the persistent form of the database.