Thread: [Solved] Send text to database
View Single Post
JocAnis
Veteran Member
Join Date: Jun 2010
Old 05-20-2019 , 07:18   Re: Send text to database
Reply With Quote #7

@AmXDust Thanks, i still dont get why Empty_handle but only with that one im not getting errors, how it seems its working well...probably QuoteString is doing the same as replace_all, cuz it requires buffer of strlen*2 of name

i was getting duplicated rows in a table..so i thought it was a character problem but with gotten logs im sure its the problem in sqlx as stated some years ago...so if anyone else struggling: add boolen on plugin_end() and check that bool for every threaded query...also what i found while searching for this fix:
Code:
SQL_SetCharset( g_SqlTuple, "utf8" )
only for 1.8.3 (couldnt test yet to see if it is working 100% but i guess it is)
__________________
KZ Public Autocup - PrimeKZ

My blog: http://primekz.xyz (in progress...) - not active (dec 2022)

Last edited by JocAnis; 05-20-2019 at 07:19.
JocAnis is offline