SQL problem saving data in table
#2

Check the mysql logs. It might be an error in the syntax or the string is not big enough to store the whole text of the query.

As for the size of the query, you can try reducing. While creating the table, use default values so you won't have to insert those values (and their field's name) in the query.
Also grave accent "`" is not necessary around the table and fields' name so you can reduce more characters by that.
Reply


Messages In This Thread
SQL problem saving data in table - by Varkoll - 05.07.2014, 14:05
Re: SQL problem saving data in table - by Konstantinos - 05.07.2014, 14:10
Re : SQL problem saving data in table - by Varkoll - 05.07.2014, 14:17
Re : SQL problem saving data in table - by Varkoll - 05.07.2014, 14:53
Re : SQL problem saving data in table - by Varkoll - 05.07.2014, 14:57

Forum Jump:


Users browsing this thread: