Maximum SQL Table Fields ?
#5

Quote:
Originally Posted by iggy1
Посмотреть сообщение
You said your database has 5 fields? I'm guessing NAME PASSWORD ADMINLEVEL CASH SCORE.

So if that's the case, before you run the second query you need to alter the database and add the new columns (SKIN).

pawn Код:
ALTER TABLE `USERS` ADD COLUMN `SKIN` INT
After running that query it should be fine to insert into the SKIN column because it now exists.
alright thanks but I got one more question, do I use the same system of loading and saving in this additional columns?
Reply


Messages In This Thread
Maximum SQL Table Fields ? - by Youice - 08.02.2013, 11:43
Re: Maximum SQL Table Fields ? - by iggy1 - 08.02.2013, 11:55
Re: Maximum SQL Table Fields ? - by Youice - 08.02.2013, 12:08
Re: Maximum SQL Table Fields ? - by iggy1 - 08.02.2013, 12:15
Re: Maximum SQL Table Fields ? - by Youice - 08.02.2013, 12:19
Re: Maximum SQL Table Fields ? - by iggy1 - 08.02.2013, 12:23
Re: Maximum SQL Table Fields ? - by Youice - 08.02.2013, 12:28
Re: Maximum SQL Table Fields ? - by SuperViper - 08.02.2013, 14:22
Re: Maximum SQL Table Fields ? - by AaronKillz - 08.02.2013, 14:23

Forum Jump:


Users browsing this thread: 1 Guest(s)