Cmdlets for Quickbase

Build 24.0.8963

Add-QuickBase Cmdlet

Parameters   Output Objects  

Inserts Quickbase data.

Syntax

Add-QuickBase [parameters]

Remarks

The Add-QuickBase cmdlet allows you to use a syntax similar to SQL INSERT statements to create new Quickbase records.

Add-QuickBase -Connection $connection -Table "[CData].[QuickBase].SampleTable_1" -Columns @("Column1") -Values @("Jon Doe")

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