lorlandi Posted March 3, 2010 Report Share Posted March 3, 2010 One little question, on deleting pilot from admin panel all register including pireps etc... are deleting too. But for example, the deleted pilot ID was DDD002, but on register a new pilot the ID is 003 and the pilots table appear DDD001 , DDD003. Any chance to continue according database ID. Thanks again. Quote Link to comment Share on other sites More sharing options...
Administrators Nabeel Posted March 3, 2010 Administrators Report Share Posted March 3, 2010 Nope, those are assigned by the database, and it doesn't fill in records Quote Link to comment Share on other sites More sharing options...
lorlandi Posted March 3, 2010 Author Report Share Posted March 3, 2010 Mmmmm......ok, it's mean the only way is to change mannualy the database in "Table Options......auto-increment field". Thanks Nabeel. Quote Link to comment Share on other sites More sharing options...
Moderators joeri Posted March 3, 2010 Moderators Report Share Posted March 3, 2010 Mmmmm......ok, it's mean the only way is to change mannualy the database in "Table Options......auto-increment field". Thanks Nabeel. i wouldn't change the id iff i was you tried id in the past will screw up the whole phpvms. gr joeri Quote Link to comment Share on other sites More sharing options...
Moderators mark1million Posted March 3, 2010 Moderators Report Share Posted March 3, 2010 What you can do is what i have done on my dev site, go in to phpmyadmin and select the pilots table then operations, and defrag and optimize it, that will reduce the number again but you can seriously screw things up if you do this at the wrong time. SO i wouldn't attempt on a live site. Quote Link to comment Share on other sites More sharing options...
lorlandi Posted March 3, 2010 Author Report Share Posted March 3, 2010 I made the change on database joeri and works ok, anyway you are correct in case a pilot in the middle of the table but in this was the last pilot registered and then deleting, that was only a test. Thanks anyway for your support. Regards Quote Link to comment Share on other sites More sharing options...
Administrators Nabeel Posted March 3, 2010 Administrators Report Share Posted March 3, 2010 I made the change on database joeri and works ok, anyway you are correct in case a pilot in the middle of the table but in this was the last pilot registered and then deleting, that was only a test. Thanks anyway for your support. Regards Just watch out because that ID is used in other tables as well. So if you change it there, and not everywhere else, then you'll be missing data Quote Link to comment Share on other sites More sharing options...
Moderators joeri Posted March 4, 2010 Moderators Report Share Posted March 4, 2010 I made the change on database joeri and works ok, anyway you are correct in case a pilot in the middle of the table but in this was the last pilot registered and then deleting, that was only a test. Thanks anyway for your support. Regards for me it was also working in he beginning but after a few day the problems got on their way i just wanted to warn you Quote Link to comment Share on other sites More sharing options...
lorlandi Posted March 4, 2010 Author Report Share Posted March 4, 2010 Ok joeri, but now i'm making many test in all pages, database and all resorces of this excelent software, and before start officialy the virtual airline site i nedd to know what can i do and limitations, anyway i made changes few days ago and screw up the whole phpvms like your warning before ,lol. Thanks and regards all Quote Link to comment Share on other sites More sharing options...
Moderators joeri Posted March 4, 2010 Moderators Report Share Posted March 4, 2010 Ok joeri, but now i'm making many test in all pages, database and all resorces of this excelent software, and before start officialy the virtual airline site i nedd to know what can i do and limitations, anyway i made changes few days ago and screw up the whole phpvms like your warning before ,lol. Thanks and regards all what you can do: the sky is the limit limitations that will be awnserd from Nabeel gr joeri Quote Link to comment Share on other sites More sharing options...
Administrators Nabeel Posted March 5, 2010 Administrators Report Share Posted March 5, 2010 I decided to add the ability to change the pilot ID next release. Quote Link to comment Share on other sites More sharing options...
lorlandi Posted March 5, 2010 Author Report Share Posted March 5, 2010 I decided to add the ability to change the pilot ID next release. Excelent Nabeel, good news and millions of thanks for your time and dedication. Regards Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.