R
reynard
I've an MS Access database that I use as GUI and an Oracle database for the
data.
In Oracle I've tables with autonumber (created with a sequence and a
trigger)
How can I get back the autonumber when I do an insert with a ADODB
recordset?
I tought quering the sequence but since it's not a linked table, I've no
access to it....
Michel
data.
In Oracle I've tables with autonumber (created with a sequence and a
trigger)
How can I get back the autonumber when I do an insert with a ADODB
recordset?
I tought quering the sequence but since it's not a linked table, I've no
access to it....
Michel