Hi,
I found a great way to have an Oracle trigger populating a tables primary id, and get the id back to my vb code for child tables & display (see OBTAIN NEW ORACLE SEQUENCE NUMBER UPON INSERT - ASP.NET Forums).
> sql = String.Format("Insert Into TABLE(columns) VALUES ('{0}')returning id into...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.