Community Scoring

Was this page helpful?

Tag Tags0

This page has no tags

Page statistics

287 views1 edit(s)2235 characters(s) Page last modified 18:10, 15 Jan 2013 by contentconnector
How to add your knowledge

odbc_escapeGUID()

    Table of contents
    1. 1. Synopsis
    2. 2. Syntax
    3. 3. Example 1

    Synopsis

    Escapes the GUID string

    Syntax

    odbc_escapeGUID ( guid As String ) As String
    Argument Type Description
    guid string String in format similar to: "3D851A1F-CD08-42DA-8BC4-7E794480F0BC"

    Example 1

    Escape just created GUID string

    Intent >odbc_escapeGUID(odbc_generateGUID()) 
    --> "{guid 'A8CE813D-C66C-4A62-97D3-F38BF1F4A3FB'}"