VB.NET 2005 and Oracle trigger to fill Primary Key values
608074Nov 12 2007 — edited Jan 23 2008Hi,
My table contains a primary key column and a trigger to insert values into the primary key column from a sequence (BEFORE INSERT). When ever I try to update/save values into this table from VB.NET 2005 I am getting an error saying null value is not allowed. I am using ODP.
So what I need is that I want oracle to insert primary value into my primary key column and values to other columns through VB.NET
Please help me in this regard
Thanks in advance