From: Roman R. <ro...@ro...> - 2010-12-26 09:08:39
|
> In MSEgui we use either a tsequencelink which queries a generator to provide > the ID value for an inserted record or we use the RETURNING clause of the > INSERT or UPDATE statement in order to update the datatset field value of the > inserted or modified record automatically. Right, but that requires either parsing of the passed INSERT statement (and I would need to check metadata to discover what are the PK columns and rewrite the query) or rewriting the applications. I would like to avoid latter, and it would require a lot of coding for the former. Roman |