Search found 2 matches

by je
Wed Oct 28, 2009 4:31 pm
Forum: Development
Topic: customer_1_tbl_seq
Replies: 3
Views: 9389

My understanding of Oracle sequences and MySQL Autonumbers is that they are, for the most part the same. Minor things like one Autonumber per table aside... In my mind, it seems like we could do away with the customer_1_tbl_seq table? Recipient.DaoImpl.insertNewCust would omit the customer_id in the...
by je
Sat Oct 10, 2009 12:26 am
Forum: Development
Topic: customer_1_tbl_seq
Replies: 3
Views: 9389

customer_1_tbl_seq

I am new to OpenEMM on MySQL and was wondering why the customer_1_tbl_seq table is used to generate a unique id for the customer_1_tbl when the customer_id column is Auto Incrementing?