Upload (for DataTables)
You can use this command to upload changed data from the given DataTable object to the relevant App table in the database. Initially, a DataTable is created with structure only and you must use the DOWNLOAD command (or an ImportSpec) to populate it with data. You can then use the UPLOAD command to send any data changes back to the App table in the database. When using the UPLOAD command, the maximum number of open DataTables allowed at any given time is 31.
This command does not apply to virtual DataTables.
where:
- DataTableName is the name of the DataTable object that contains the data you want to upload.
See also