Mysql Command Problem
#10

You need to insert the data into the database before you can save things I think.

I had this problem and solved it by using something like this:

pawn Код:
format(string, sizeof(string), "INSERT INTO `houses` (`id`) VALUES ('%d')", HouseStat[houseid][hDBID]);
Reply


Messages In This Thread
Mysql Command Problem - by Rg-Gaming.Info - 03.07.2012, 11:32
Re: Mysql Command Problem - by ryansheilds - 03.07.2012, 11:37
Re: Mysql Command Problem - by iggy1 - 03.07.2012, 11:45
Re: Mysql Command Problem - by Rg-Gaming.Info - 03.07.2012, 11:58
Re: Mysql Command Problem - by Vince - 03.07.2012, 12:11
Re: Mysql Command Problem - by Rg-Gaming.Info - 03.07.2012, 12:26
Re: Mysql Command Problem - by next-studio|TheKiller - 03.07.2012, 12:31
Re: Mysql Command Problem - by Rg-Gaming.Info - 03.07.2012, 12:47
Re: Mysql Command Problem - by Rg-Gaming.Info - 03.07.2012, 12:51
Re: Mysql Command Problem - by ryansheilds - 03.07.2012, 13:26

Forum Jump:


Users browsing this thread: 4 Guest(s)