Hi I'm new in java.
I have my mysql code with making the PRIMARY KEY NOT NULL (which is the ITEM CODE) but when I tested it in java, it accepts EMPTY VALUE.
How I can prompt the user that the ITEM CODE should not be EMPTY. It must always have a value inserted in JFIELD.
Thank you!