Full string?
#1

pawn Код:
format(str,sizeof(str),"UPDATE accounts SET HasHouse = 0,HouseID = 0 WHERE Name = '%s'",HouseInfo[i][Owner]);
            mysql_query(str);
For HouseInfo[i][Owner] does it gets the whole string?
Reply
#2

print(f).

Also, you should use primary keys.
Reply
#3

Quote:
Originally Posted by MP2
Посмотреть сообщение
print(f).

Also, you should use primary keys.
Sorry, but what are primary keys?
Reply
#4

http://lmgtfy.com/?q=primary+keys+MySQL
Reply


Forum Jump:


Users browsing this thread: 2 Guest(s)