What is the procedure to escape strings with the C++ connector API? Using the C connector there is a function called mysql_escape_real_string. Is there an interface to get to that or similar? I know that prepared statements can do this but that seems a round about way when all I want to do is escape a query.
↧