How to connect Interbase db using powershell?

Hi,

I’m new with PowerShell and I’d like to know how to connect interbase db (*.gdb) for a simple select query
Thanks

It claims to adhere to strict SQL compliance, have you tried treating it as an SQL database?

No.
How should I do that?

בתאריך יום ד׳, 10 במרץ 2021, 21:09, מאת TonyD via PowerShell Forums ‏<powershell@discoursemail.com>:

Maybe try OleDB or AdoDB, but the trick will be the driver\provider that you’ll need to talk to the database:

** How Can I Use Windows PowerShell to Pull Records From a Microsoft Access Database? | Scripting Blog**

Accessing MS Access database from PowerShell (microsoft.com)

Here are some references to connections using the libraries and the second link has a download to a driver that you can try:

Configuring an ESRI OleDB GDB Connection data source—Help | Documentation (arcgis.com)

Convert GDB to Access or SQL server database - CodeProject