out.connectionString Argument

Parent Previous Next

out.connectionString Argument


The out.connectionString argument specifies the connection string to be used to connect to the database.

For details about PostgreSQL Database connection strings see http://www.connectionstrings.com/postgre-sql#p52.


Format


/out.connectionString:"ConnectionString"


Example


/in.connectionString:"Server=127.0.0.1;Port=5432;Database=myDataBase;User Id=myUsername;Password=myPassword;"


Required

This argument is always required.


Possible values

For details on connection strings see http://www.connectionstrings.com/postgre-sql#p52.