Skip to main content
insightsoftware Documentation insightsoftware Documentation
{%article.title%}
Published:
Was this article helpful?
0 out of 0 found this helpful

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.

Copy

Syntax

UPLOAD DataTableName            

where:

  • DataTableName is the name of the DataTable object that contains the data you want to upload.

See also

Published:

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.

Copy

Syntax

UPLOAD DataTableName            

where:

  • DataTableName is the name of the DataTable object that contains the data you want to upload.

See also

For an optimal Community experience, Please view on Desktop