27.12.2011, 22:47
Remote database does indeed sound a little bad, but why would you want to reorder the auto increment values? While they greatly help you with unique IDs, you can have better ways of managing your list of vehicles so you don't have to reorder the table.
Lets say you have an enumeration for vehicle data. In there, include a value that represents the vehicle's ID in the database. This way, reorganizing anything isn't necessary.
Lets say you have an enumeration for vehicle data. In there, include a value that represents the vehicle's ID in the database. This way, reorganizing anything isn't necessary.