T
Tim Kuehn
Guest
If this is in a persistent procedure or class you can grab the table's handle when the instance is instantiated and store that. In the API call check to see if the stored handle matches the table's current handle - if they're different, you have a by-reference call. If they're the same, it's local and the call was by-value.
Continue reading...
Continue reading...