RpReport:SQLAlwaysSelectAll Access/Assign

<< Click to Display Table of Contents >>

Navigation:  RpReport Class >

RpReport:SQLAlwaysSelectAll Access/Assign

Previous pageReturn to chapter overviewNext page
Type        Logic

Purpose

To force a rpSQLQuery object to select all columns when issuing a SQL SELECT statement.  This assign is provided for cases where the ODBC driver does not support column names that are supported by the SQL server.  

Example

// To force ReportPro to select all columns

oRpReport:SQLAlwaysSelectAll := TRUE

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.