Logo 
Search:

Java Answers

Ask Question   UnAnswered
Home » Forum » Java       RSS Feeds
  Question Asked By: Dora Medina   on Jan 14 In Java Category.

  
Question Answered By: Joyce Edwards   on Jan 14

Basically, when you're using AutoNumber for your table, you are implicitly creating a dummy primary key for your table without counting on further modification of this field  and you haven't any concern about the values. If you need to manipulate your key values (update or reuse them), then you must go for manual code generation through your program. It always recommendable.

Share: 

 

This Question has 1 more answer(s). View Complete Question Thread

 
Didn't find what you were looking for? Find more on AutoNumber datatype(using JDBC) Or get search suggestion and latest updates.


Tagged: