Cmdlets for Informix

Build 24.0.9060

Add-Informix Cmdlet

Parameters   Output Objects  

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")

Copyright (c) 2024 CData Software, Inc. - All rights reserved.
Build 24.0.9060