SQL Yoga version 1.1.0 build 4 :: Visit website

Printer friendly version

function sqlyoga_escapeString()

Escapses a string using the appropriate characters for the specified database type.

function sqlyoga_escapeString pDbType, pString
Parameters
TypeNameDescription
Simple parameter. pDbType The type of database to escape for (mysql, postgresql, sqlite, valentina, sql server)
Simple parameter. pString The string to escape.
Return

Escaped string