JonAustin1905
Programmer
Hi,
I've inherited an app riddled with
insert into x.
select max(id) from X
insert maxid into Y...
I'm looking to execute inserts into Oracle, returning the ID, using
"Insert into <table> (<cols>) values(<vals>) returning ID into <cfqueryparam...>"
Although it doesn't seem to allow me to do that..
has anyone done that in CF code?
TIA!
~ Jon
I've inherited an app riddled with
insert into x.
select max(id) from X
insert maxid into Y...
I'm looking to execute inserts into Oracle, returning the ID, using
"Insert into <table> (<cols>) values(<vals>) returning ID into <cfqueryparam...>"
Although it doesn't seem to allow me to do that..
has anyone done that in CF code?
TIA!
~ Jon