Community Scoring

Was this page helpful?

Tag Tags0

This page has no tags

Page statistics

845 views1 edit(s)2323 characters(s) Page last modified 18:15, 12 Apr 2012 by contentconnector
How to add your knowledge

odbc_escapeDate()

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

    Synopsis

    Returns the escaped presentation of the date string.

    Syntax

    odbc_escapeDate ( date As String ) As String
    Argument Type Description
    date string YYYY-MM-DD string.

    Example 1

    Date escaped string

    Intent >odbc_EscapeDate("2008-01-03")		
    --> "{d '2008-01-03'}"