Does JDBC insert a value into the Primary Key?
843854Jun 16 2002 — edited Jun 17 2002Hi,
I'm using a servlet to input data froma n html form ,into an ACCESS Database.I'm using SQL statements i t he servlet ,and i'm confronted with the question:
ALL database records are indexed with B_ID as the "Primary Key".
I want to know: If I add the fields without a B_ID ..will SQL/JDBC/Access automatically add one for me?
Or must I create the system that will count the records before adding a new B_ID?
Hope you can help me.Thanks!
Aesh83