Subject Auto Increment
Author Budi Arief Gusandi
If i use a primary key with autoincrement (integer), and it reaches the
upper limit of the data types, what should i do ?
Actually i need to design a database that will contain date/time and
transaction data. If i date and time as PK, i'm afraid if the BIOS date
got error, it will make some duplication data and error will appears.
Your help please...

Thanks

Budi