Hi,
We're using perl dbi and oracle (via a proxy server).
We have a number of tables where the primary key is a sequence. When we insert a row to one of these tables we need to find the value of the sequence inserted so we can use that in other queries. We've tried a few methods, but without much success.
Anybody know the best way to do this?
TIA
Fraser
We're using perl dbi and oracle (via a proxy server).
We have a number of tables where the primary key is a sequence. When we insert a row to one of these tables we need to find the value of the sequence inserted so we can use that in other queries. We've tried a few methods, but without much success.
Anybody know the best way to do this?
TIA
Fraser