I'm trying to create a serialized identification string, where the first 4 characters are letters and the last 5 characters are numbers. To create a new ID, I get the maximum ID string from the database, extract the final 5 characters (which are in the form 00001, 00002, etc.), convert them to a...