odbc_escapeDate()

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'}"