- 0
Problema salvare dealer (mysql)
-
Similar Content
-
Recently Browsing 0 members
- No registered users viewing this page.
We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue. For more details you can also review our Terms of Use and Privacy Policy.
Question
MAXYMUSS
Problema intalnita (descriere): Nu se salveaza stock , pretu , etc de la dealer , ma poate ajuta cine-va ?
Ero(area / rile) / warning-(ul / urile): -
Liniile de cod / sursa / script-ul(obligatoriu):
stock saveDealer(const id) { format(szLargeString, sizeof(szLargeString), "UPDATE dealer SET stock = '%d', Price = '%d', Pprice = `%d', name = '%s' WHERE carID = '%d'", vehSlots[id],vehPrice[id],vehPprice[id],vehName[id],id); mysql_tquery(handle,szLargeString); return 1; }Imagini / Video (optional): -
Ati incercat sa rezolvati singur?: -
4 answers to this question
Recommended Posts