T
Thomas Mercer-Hursh
Guest
Simon, let me supplement your description by noting that, in order to have a crash with the proposed mechanism in place, one has to have started a SQL session which has accessed the schema for the table in question, put it in its cache, then the ABL session has to update the record with an offending value *and* that SQL session has to access that one specific record. Start the session after the update and it will get the right width. Access other records and it won't crash. Fetch the records before the update, no crash.
Continue reading...
Continue reading...