Add-Informix Cmdlet
Inserts Informix data.
Syntax
Add-Informix [parameters]
Remarks
The Add-Informix cmdlet allows you to use a syntax similar to SQL INSERT statements to create new Informix records.
Add-Informix -Connection $connection -Table "[informix].Books" -Columns @("Author") -Values @("Jon Doe")