Download (for DataTables)
Use this command to retrieve all data for the given DataTable object from the database into local memory. You can create a DataTable using the CREATE DATATABLE command. Because New DataTables initially consists of an empty structure only, you should then use the DOWNLOAD command to populate the DataTable with data from the database.
Note: This command will download only DataTables to which the user has access.
This command does not apply to virtual DataTables.
where:
- DataTable is the name of the DataTable object to download.
See also