10-25-2006 03:12 PM
10-25-2006 03:59 PM - edited 10-25-2006 03:59 PM
tjjuggle -
Take a look at the documentation again. GetSequenceDefaultValues states that it returns the sequence that was set by SetSequenceDefaultValues, and SetSequenceDefaultValues states that you must pass in a sequence created by calling NewSequenceDefaultValues. I suspect that the property loader feature is calling NewSequenceDefaultValues and SetSequenceDefaultValues for you so when you call GetSequenceDefaultValues you get a non-NULL value. Hope this helps...
Message Edited by Scott Richardson on 10-25-2006 04:00 PM