Hello all,
I would like to customize the sequence-field behaviour of the TOracleDataset class.
I would need to substitute the call "sequence.nextval" with a call to a pl/sql function.
I was thinking about writing a TOracleDataset descendant but it seems that TOracleDataset is not designed for overriding the SequenceField stuff..
Which is, in your opinion, the best design to adopt?
Thanks in advance
Bye
Nicola
I would like to customize the sequence-field behaviour of the TOracleDataset class.
I would need to substitute the call "sequence.nextval" with a call to a pl/sql function.
I was thinking about writing a TOracleDataset descendant but it seems that TOracleDataset is not designed for overriding the SequenceField stuff..
Which is, in your opinion, the best design to adopt?
Thanks in advance
Bye
Nicola