Question regarding two different commands, not showing properly
#2

Firstly, you'll have to create an extra variable to store the number parameter in and then use it in the dialog.
Secondly, you shouldn't link tables through the name, but rather through their ID - It's the primary key of the user's table. The reason for that is because the ID is not likely to change after creating it and also because it is more efficient scanning through integers than it is through strings. I advise you to make it AUTO_INCREMENT too, if it wasn't already.
Reply


Messages In This Thread
Question regarding two different commands, not showing properly - by TheBigFive - 03.08.2016, 08:59
Re: Question regarding two different commands, not showing properly - by AndySedeyn - 03.08.2016, 09:04
Re: Question regarding two different commands, not showing properly - by TheBigFive - 03.08.2016, 09:22

Forum Jump:


Users browsing this thread: 1 Guest(s)