Connect PowerApps to Firebird

前端 未结 2 440
野性不改
野性不改 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:06

    PowerApps do support many data sources, but firebird SQL isn't supported at this time. Consider creating a new issue on the PowerApps Ideas Board to have the product team investigate it.

    0 讨论(0)
  • 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,

    0 讨论(0)
提交回复
热议问题