Saving MySQL account; too long.
#9

Код:
new string[512], string2[128];
format(string, sizeof(string), "UPDATE asd = %i, abc = '%s', agh = '%f', ", a, b, c); // In the end of the first or in the beginning of the second line must be a space.
format(string2, sizeof(string2), "ghj = %i, gsg = %i, ", d, e);
strcat(string, string2);
format(string2, sizeof(string2), "yue = '%s' WHERE agn = %i", f, g);
strcat(string, string2);
It may have some typos in it.
Reply


Messages In This Thread
Saving MySQL account; too long. - by Darnell - 12.07.2013, 00:29
Re: Saving MySQL account; too long. - by Isolated - 12.07.2013, 00:32
Re: Saving MySQL account; too long. - by Djole1337 - 12.07.2013, 00:39
Re: Saving MySQL account; too long. - by CrazyChoco - 12.07.2013, 07:54
Re: Saving MySQL account; too long. - by Jessyy - 12.07.2013, 08:38
Re: Saving MySQL account; too long. - by Darnell - 12.07.2013, 09:02
Re: Saving MySQL account; too long. - by CrazyChoco - 12.07.2013, 12:15
Re: Saving MySQL account; too long. - by Darnell - 12.07.2013, 14:00
Re: Saving MySQL account; too long. - by kristo - 12.07.2013, 14:27

Forum Jump:


Users browsing this thread: 1 Guest(s)