RpSQLQuery:SQLColDelim Access/Assign

<< Click to Display Table of Contents >>

Navigation:  RpSQLQuery Class >

RpSQLQuery:SQLColDelim Access/Assign

Previous pageReturn to chapter overviewNext page
Type        String

Purpose

To get/set the delimiter used the rpSQLQuery object to delimit SQL identifiers.  By setting this value, you can force the rpSQLQuery object to use a different identifier delimiter than that returned by the ODBC driver.

Example

// To force ReportPro to use ` as the delimiter

oQuery:SQLColDelim := "`"