Thread: [SQL] Error
View Single Post
Had3s99
Member
Join Date: Sep 2015
Location: France
Old 08-18-2019 , 16:53   Re: [SQL] Error
Reply With Quote #3

Quote:
Originally Posted by Farbror Godis View Post
I think it may be the ' symbols. As a side note, make it a habit to use Database.Format for queries in the future.
So i've edit like that :

Code:
FormatEx(l_sQuery, sizeof(l_sQuery), "INSERT INTO Time_Players (Pseudo, SteamId) VALUES ('%s', '%s')", l_sPseudo, l_sSteamId);
And do u have exemple about ur 'Database.Format' ?

I don't understand everything cause i'm not very good in english ^^
__________________
Had3s99 is offline