here is one of the tables
executeSQLCreateTable ( "GgInfo", "serial STRING, topic INT, real_name INT, country INT, age INT, profile_picture INT" )
and this is the insert function
function on_Register ( player )
local serial = getPlayerSerial(player)
executeSQLInsert ( "GgInfo", "'".. serial .."','][topic ~','name','country','age','SpongeBob'" )
outputChatBox("works !!!")
end
the function used to have about 10 strings passed from the client side to the server, and it used to work
now it doesn't (after the pc format) , i even deleted all the other unneeded strings, and supplied it with some random things