Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
Home -> Community -> Usenet -> c.d.o.misc -> Sequences in Oracle with ODBC
Hi,
I made an ODBC connection to Oracle.
I can access the tables. (select * from Atable).
It is not possible to access the sequences (select
sequence.Asequence.nextval from dual)
Does anyone know to how to retrieve values from a oracle sequence with odbc?
Thanks,
From Jan Driesen, jan.driesen_at_glo.be Received on Thu Oct 01 1998 - 15:10:51 CDT