T
Tim Kuehn
Guest
I've found myself using BIND and REFERENCE-ONLY temp-tables, and .... I'm concerned. I can't use them as buffer parameters which means I have to scope them to the procedure Passing a ROWID to an IP with a DEFINE BUFFER for the TT fails to FIND the target record. I've run into cases where FIND fails but CAN-FIND() works for the exact same WHERE and no funky pending db writes to be seen BUFFER tt:HANDLE:BUFFER-COPY(hSrc) fails but tt.fieldName = hSrc:FieldName works. etc. Is there an outstanding buglist for reference-only / BIND? I'd prefer not to find them the hard way.
Continue reading...
Continue reading...