Oracle Sequence
Posted: Fri 24 Aug 2007 21:12
I am using VB.Net 2005 and CoreLabs OraDirect 4.0. I want to access an Oracle sequence (that I have already created) and use its .NEXTVAL property for the key field of my table.
Users will be adding new records via a datagridview. I have that already set up but I cannot seem to figure out how to reference the sequence.nextval.
Are there any examples of how to do this?
Users will be adding new records via a datagridview. I have that already set up but I cannot seem to figure out how to reference the sequence.nextval.
Are there any examples of how to do this?