vb.net oracle insert

  1. R

    Question Returning Id from Oracle Insert where Id is populated by trigger

    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...
Back
Top