G
George Potemkin
Guest
> Does this is considering the whole procedure as transaction? Kunal, in your example, there are no blocks that starts a transaction. > there is probably something wrong with the way temp-table indexes are implemented Marian, the temp-tables work as the normal db tables. The only exception: temp-tables can be created /outside/ transaction. I always define a transaction block to create the temp-table records. If thransactin blocks are not used then we should explicitely use the operators (like VALIDATE) that do the same as Progress does by default at the end of transaction block.
Continue reading...
Continue reading...