SQL Yoga version 1.1.0 build 4 :: Visit website

Printer friendly version

command sqlrecord_getRelated

Retrieves records from a table related to the Record object's table.

command sqlrecord_getRelated @pRecordsA, pTable
Parameters
TypeNameDescription
Simple parameter. @pRecordsA Record array that you want to get the property for.
Simple parameter. pTable The table whose related records should be retrieved.
Description

All records in pTable related to the record stored in pRecordsA will be retrieved from the database and stored in pRecordsA[TABLE_NAME]. Note that pRecordsA can be a numerically indexed array of Record arrays if you want to retrieve related records for many records at once.

Return

Error message