SAGA-GIS Tool Library Documentation (v9.2.0)

Tool Export Table

Exports a table to a database via ODBC.

Parameters

 NameTypeIdentifierDescriptionConstraints
InputTabletable, inputTABLE--
OptionsDSNtext, CMDODBC_DSNData Source Name-
Usertext, CMDODBC_USRUser Name-
Passwordtext, CMDODBC_PWDPassword-
Server Connectionchoice, GUICONNECTIONServer ConnectionAvailable Choices:
Default: 0
Table NametextNAME--
ConstraintsparametersFLAGS-0 Parameters:
If table exists...choiceEXISTS-Available Choices:
[0] abort export
[1] replace existing table
[2] append records, if table structure allows
Default: 0

Command-line

Usage: saga_cmd db_odbc 6 [-ODBC_DSN <str>] [-ODBC_USR <str>] [-ODBC_PWD <str>] [-TABLE <str>] [-NAME <str>] [-EXISTS <str>]
  -ODBC_DSN:<str>	DSN
	text, CMD
  -ODBC_USR:<str>	User
	text, CMD
  -ODBC_PWD:<str>	Password
	text, CMD
  -TABLE:<str>   	Table
	table, input
  -NAME:<str>    	Table Name
	text
  -EXISTS:<str>  	If table exists...
	choice
	Available Choices:
	[0] abort export
	[1] replace existing table
	[2] append records, if table structure allows
	Default: 0