An SQL SELECT Example

The most predominant use of Net.data is for displaying content from the database using SQL select statements.

IMPORTANT - Net.data defaults to using SQL naming convention, which basically means that it uses dot notation instead of a forward slash for qualified names. e.g. QIWS.QCUSTCDT instead of QIWS/QCUSTCDT We will assume Net.data has been configured for SYSTEM naming (forward slashes). Enabling the SYSTEM naming convention requires a Net.data INI file. Refer here, configuring a Net.data INI file to ensure you have SYSTEM naming.

Back to Tutorial