[SQLite] Invalid Result Given
#8

I print the string in the console, it appeared right the name of the clan, still did not delete the row.
I changed and used a SQLite Improved Statement, and for some reason I can't explain worked.

PHP Code:
stmt_apagarPlayerClan db_prepare(gAccounts"DELETE FROM 'ServerClan' WHERE 'clanNome'=? COLLATE NOCASE");
stock ApagarPlayerClan(playerid)
{
    
stmt_bind_value(stmt_apagarPlayerClan0DB::TYPE_STRINGGetPClan(playerid));
    
stmt_execute(stmt_apagarPlayerClan);

Thanks to everyone who helped me
Reply


Messages In This Thread
[SQLite] Invalid Result Given - by ApolloScripter - 14.12.2019, 15:36
Re: [SQLite] Invalid Result Given - by Joe Staff - 14.12.2019, 20:39
Re: [SQLite] Invalid Result Given - by Danbo7 - 14.12.2019, 20:56
Re: [SQLite] Invalid Result Given - by ApolloScripter - 14.12.2019, 22:15
Re: [SQLite] Invalid Result Given - by Joe Staff - 14.12.2019, 23:14
Re: [SQLite] Invalid Result Given - by ApolloScripter - 14.12.2019, 23:39
Re: [SQLite] Invalid Result Given - by Joe Staff - 14.12.2019, 23:42
Re: [SQLite] Invalid Result Given - by ApolloScripter - 15.12.2019, 00:21

Forum Jump:


Users browsing this thread: 1 Guest(s)