PDA

View Full Version : Update UserID count


Red Blaze
10-13-2003, 03:50 PM
Not sure if there's a hack like this out there, but this is what I need.

See, Right now the ID's in the database, as well as the forums are like this.

1, 2, 4, 6, 8, 9 Yes I did do test account and deleted, but shouldn't that update the ID's? Or did I missunderstand that? Anywho, I'd like to update User ID's if it isn't possible without hacking. Yes I still consider myself a noob to VB. Practice makes perfect... or ... at least.. >_>;;

Logician
10-13-2003, 05:31 PM
userid in user table is unique so they won't assign to anyone else when they are once used. This is a part of MYSQL structure and there is no need or a reason to change it. :)