This method pulls a copy of the table down from the data server (Public)
o.loadtable( tcFilter, tcAlias, tcSelect, tlIsChild, lnResultMode)
Return Value
True or False
Parameters
tcFilter
Any filter to apply
tcAlias
The alias for the resulting query
tcSelect
Your own select statement if you need to be more specific
tlIsChild
Always leave false
lnResultMode
The resultmode for the data
Remarks
BE CAREFUL!! As this loads the table, if it's large then data conversion
to XML or oRows could take a long time
Example
o.LoadTable(,,,,1)
The above would return the table data in XML format with index information
See also:
Class rp_data