Howdy,
About mysqlhelper.escape(), i'd like to know if it escapes only the quotes (') or escapes all characters like php's "mysqli->real_escape_string()" does, that escapes apart from "\" and "'": ASCII NUL, BACKSPACE, NEWLINE, CARRIAGE RETURN, TAB, CTRL-Z
Does it?
Would I be sabe using MySql.Data.MySqlClient.MySqlHelper.EscapeString() ?
(won't use parameters)
Thanks in advanced,
About mysqlhelper.escape(), i'd like to know if it escapes only the quotes (') or escapes all characters like php's "mysqli->real_escape_string()" does, that escapes apart from "\" and "'": ASCII NUL, BACKSPACE, NEWLINE, CARRIAGE RETURN, TAB, CTRL-Z
Does it?
Would I be sabe using MySql.Data.MySqlClient.MySqlHelper.EscapeString() ?
(won't use parameters)
Thanks in advanced,