Hey all
I currently have an application in vb that reads and writes to a oracle table.
My problem is getting it to write to the table as i wish to have the PK column as auto increment by one.
Is there any way i can do this through the design mode(of the oracle table) in visual studio?
The error is just saying that i can't insert a null value in to the PK of the table but if it auto incremented this would dissapear any help would be hugely appreciated
Cheers
truez
I currently have an application in vb that reads and writes to a oracle table.
My problem is getting it to write to the table as i wish to have the PK column as auto increment by one.
Is there any way i can do this through the design mode(of the oracle table) in visual studio?
The error is just saying that i can't insert a null value in to the PK of the table but if it auto incremented this would dissapear any help would be hugely appreciated
Cheers
truez
Comment