Hello everyone,
I'm trying to call the mysql_real_escape_string() from both libmysql.dll and libmariadb.dll inside a webservice, but it's not working...
does anybody know what could be the problem??
cSQL:=mysql_real_escape_string(::pLib,::hConnection,cSQL)
function mysql_real_escape_string(pLib, hConnect, cQuery)
return hb_DynCall( { "mysql_real_escape_string", pLib, hb_bitOr( hb_SysLong(),;
hb_SysCallConv() ), hb_SysLong(), HB_DYN_CTYPE_CHAR_PTR, HB_DYN_CTYPE_CHAR_PTR, HB_DYN_CTYPE_LONG },;
hConnect, cQuery, cQuery, Len(cQuery)
Enviado do meu iPhone usando Tapatalk