[Overview][Constants][Types][Procedures and functions][Variables] Reference for unit 'mysql4' (#mysql4_api)

mysql_odbc_escape_string

Declaration

Source position: mysql4.pp line 128

function mysql_odbc_escape_string(

  mysql: PMYSQL;

  _to: Pchar;

  to_length: dword;

  from: Pchar;

  from_length: dword;

  param: pointer;

  extend_buffer: TExdendBuffer

):Pchar;