[MYSQL](Hardcoding). Its not saving any rows.
#3

Format does not append to the query variable, it just overwrites whatever is in query. In your case, query will be 'Halloweenshop'=' '.

Do new query[1024], querypart[128];

Use querypart in your format functions. After every format, do strcat to join querypart into query. See: https://sampwiki.blast.hk/wiki/Strcat

Printf query at the end so you can check if the query is built correctly.
Reply


Messages In This Thread
[MYSQL](Hardcoding). Its not saving any fields. ((Secondnary Problem comes)) Massively Confused! - by PURG3D - 09.04.2015, 11:19
Re: [MYSQL](Hardcoding). Its not saving any rows. - by PURG3D - 09.04.2015, 11:23
Re: [MYSQL](Hardcoding). Its not saving any rows. - by Sithis - 09.04.2015, 11:55
Re: [MYSQL](Hardcoding). Its not saving any rows. - by PURG3D - 09.04.2015, 13:39
Re: [MYSQL](Hardcoding). Its not saving any rows. - by Sithis - 09.04.2015, 14:32
Re: [MYSQL](Hardcoding). Its not saving any rows. - by PURG3D - 10.04.2015, 01:35
Re: [MYSQL](Hardcoding). Its not saving any rows. - by Antoniohl - 10.04.2015, 01:47
Re: [MYSQL](Hardcoding). Its not saving any rows. - by EiresJason - 10.04.2015, 05:07
Re: [MYSQL](Hardcoding). Its not saving any rows. - by PURG3D - 14.04.2015, 02:23
Re: [MYSQL](Hardcoding). Its not saving any rows. - by EiresJason - 14.04.2015, 03:49
Re: [MYSQL](Hardcoding). Its not saving any rows. - by PURG3D - 14.04.2015, 13:38
Re: [MYSQL](Hardcoding). Its not saving any rows. - by EiresJason - 14.04.2015, 14:16
Re: [MYSQL](Hardcoding). Its not saving any rows. - by PURG3D - 14.04.2015, 14:26
Re: [MYSQL](Hardcoding). Its not saving any rows. - by EiresJason - 14.04.2015, 14:34
Re: [MYSQL](Hardcoding). Its not saving any rows. - by PowerPC603 - 14.04.2015, 16:32
Re: [MYSQL](Hardcoding). Its not saving any rows. - by PURG3D - 14.04.2015, 23:08
Re: [MYSQL](Hardcoding). Its not saving any rows. - by PURG3D - 15.04.2015, 01:15
Re: [MYSQL](Hardcoding). Its not saving any rows. - by PURG3D - 15.04.2015, 07:09
Re: [MYSQL](Hardcoding). Its not saving any rows. - by PURG3D - 15.04.2015, 12:17
Re: [MYSQL](Hardcoding). Its not saving any rows. - by EiresJason - 15.04.2015, 18:40
Re: [MYSQL](Hardcoding). Its not saving any rows. - by PURG3D - 17.04.2015, 03:13
Re: [MYSQL](Hardcoding). Its not saving any rows. - by PURG3D - 17.04.2015, 07:02
Re: [MYSQL](Hardcoding). Its not saving any rows. - by EiresJason - 17.04.2015, 08:21
Re: [MYSQL](Hardcoding). Its not saving any rows. - by PURG3D - 17.04.2015, 11:25
Re: [MYSQL](Hardcoding). Its not saving any rows. - by PURG3D - 17.04.2015, 12:24
Re: [MYSQL](Hardcoding). Its not saving any rows. - by EiresJason - 17.04.2015, 12:52
Re: [MYSQL](Hardcoding). Its not saving any rows. - by PURG3D - 18.04.2015, 01:45
Re: [MYSQL](Hardcoding). Its not saving any rows. - by EiresJason - 18.04.2015, 10:53

Forum Jump:


Users browsing this thread: 8 Guest(s)