Updating index on Symbolic using Sprezzatura utility (OpenInsight 32-bit Specific)
At 23 FEB 2005 12:19:41AM Dave Bennett wrote:
I have inserted the code as per Sprezzatura link but with some issues. http://www.sprezzatura.com/senl/volume_2_issue_7.htm#_Toc458221440
My first table has a field named description which has a btree index and a second table which also has a field named description with a btree index which is a symbolic pointing at the first table, which has a different key. The link above is called in the write in the first table, which removes the old index value from the second table but does not add the new index value. Doesn't the !Table*Description* record have to be updated to get the new value inserted?