Connect PowerApps to Firebird

[亡魂溺海] 提交于 2019-12-31 03:52:05

问题


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 only permits up to 15,000 items. I have 25,000 items. Also, I'd like for it to be updated every time someone edits the local database.


回答1:


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.




回答2:


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,



来源:https://stackoverflow.com/questions/37916645/connect-powerapps-to-firebird

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!