Connect PowerApps to Firebird

前端 未结 2 445
野性不改
野性不改 2021-01-24 12:24

I want to connect PowerApps to my local Firebird SQL server, how do I go about it?

I want to make a Pricelist App that connects to a local Firebird SQL server. Excel onl

2条回答
  •  一个人的身影
    2021-01-24 13:13

    In your shoes, I'd try spinning up a SQL Server (express edition?) and creating a connection to the firebird database as a linked server. Then you'll need to create a ssis package or stored procedure for moving data from the firebird server into the SQL server. Adjust the refresh timing to your liking.

    This may seem like a PITA but it beats waiting for Microsoft to support other DBs. Hope it helps,

提交回复
热议问题