Quantcast
Channel: MySQL Forums - Connector/NET and C#, Mono, .Net
Viewing all articles
Browse latest Browse all 1447

Information about mysqlhelper.escape() (1 reply)

$
0
0
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,

Viewing all articles
Browse latest Browse all 1447

Trending Articles