ctigeek / InvokeQueryPowershellModule

A Powershell module of Cmdlets for querying most types of databases.
https://www.powershellgallery.com/packages/InvokeQuery
MIT License
58 stars 10 forks source link

Firebird support #20

Open susandotmark opened 4 years ago

susandotmark commented 4 years ago

How to make connection to firebird database

Bahikka commented 7 months ago

How to make connection to firebird database

I think im late on that bu for anyone that comes here, i have been using it for Firebird 2.5.8 databases for a long time, it works very well, the basic usage are like that:

Invoke-FIrebirdQuery -Server $Server -Sql $SqlSelect -Database $DbName -Credential $Credential -Verbose

Where $Credential are a [PSCredential] and Verbose are optional