Information about mysqlhelper.escape()
Posted by: Jorge Bastos
Date: August 30, 2018 10:56AM

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,

Options: ReplyQuote


Subject
Written By
Posted
Information about mysqlhelper.escape()
August 30, 2018 10:56AM


Sorry, you can't reply to this topic. It has been closed.

Content reproduced on this site is the property of the respective copyright holders. It is not reviewed in advance by Oracle and does not necessarily represent the opinion of Oracle or any other party.