MySQL question
#1

Hello as you can see I have problem with creating database, I have Gamemode with MySQL but I lost it and I need create new one. But my question is what I need to type in table for example in this case?

Код:
format(upit, 128, "SELECT * FROM `Igraci` WHERE `Ime` = '%s' AND `Lozinka` = '%s'", imex, buf);
mysql_query(upit, THREAD_PASSPROVERA, playerid);
Thank you all!
Reply
#2

The table name is Igraci and it has two columns named Ime and Lozinka which seem to contain strings, otherwise known as VARCHAR in SQL syntax.
Reply
#3

Oh thank you very much, you can LOCK this Thread!
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)