RpReport:SQLDelimiter Access/Assign

<< Click to Display Table of Contents >>

Navigation:  RpReport Class >

RpReport:SQLDelimiter Access/Assign

Previous pageReturn to chapter overviewNext page
Type        String

Purpose

To get/set the delimiter used by a 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

oRpReport:SQLDelimiter := "`"

Note:        This access/assign maps directly to the first table object in the primary section.  It only applies if the first table object is a rpSQLQuery.