MYSQL HELP
#2

Here's an example from my script:

Код:
format(query, sizeof(query), "UPDATE `garages` SET `x` = %f, `y` = %f, `z` = %f, `ex` = %f, `ey` = %f, `ez` = %f, `entangle` = %f, `extangle` = %f WHERE `id` = %d",
    GarageInfo[garage][gEnterX],
    GarageInfo[garage][gEnterY],
    GarageInfo[garage][gEnterZ],
    GarageInfo[garage][gExitX],
    GarageInfo[garage][gExitY],
    GarageInfo[garage][gExitZ],
    GarageInfo[garage][gEnterAngle],
    GarageInfo[garage][gExitAngle],
    GarageInfo[garage][gid]);
    mysql_function_query(dbHandle, query, false, "", "");
Reply


Messages In This Thread
MYSQL HELP - by Pearson - 13.07.2016, 16:55
Re: MYSQL HELP - by idontcareRO - 13.07.2016, 21:06

Forum Jump:


Users browsing this thread: 1 Guest(s)