Skip to content
Marco van Gaal edited this page May 19, 2015 · 12 revisions

NAME

Invoke-SQLiteFill

PARAMETERS

OUTPUTS

Count of rows inserted to SQLite Table

EXAMPLES

-------------------------- EXAMPLE 1 --------------------------
PS C:\>Invoke-SQLiteFill -conn <SQLiteConnection> -InputObject <DataTable> -Name <String>
Fills Table in SQLite (WARNING: this will overwrite all Rows in table)

-------------------------- EXAMPLE 2 --------------------------
PS C:\>Invoke-SQLiteFill -conn <SQLiteConnection> -InputObject <DataTable> -Name <String> -WhatIf
Creates SQLite transaction inserts rows and then rollsback the transaction

RELATED LINKS

http://www.proxx.nl/Wiki/Invoke-SQLiteFill

Clone this wiki locally