Data Browser - Viewing Site  Sector 23 Code Bank Logged in as:  Guest  




           


MySql Backslashes
MySql requires backslashes to be entered & retrieved as '\\' instead of '\', but ONLY if the mode (from SELECT @@global.sql_mode;) is NOT set to:

NO_BACKSLASH_ESCAPES
Disable the use of the backslash character (G????\G????) as an escape character within strings. With this mode enabled, backslash becomes any ordinary character like any other. (Implemented in MySQL 5.0.1)

Created By: amos 7/21/2006 12:48:30 PM