RpSQLQuery:SQLColDelim Access/Assign
<< Click to Display Table of Contents >> RpSQLQuery:SQLColDelim Access/Assign |
![]() ![]() ![]() |
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 := "`"