FireDac Firebird and Android

柔情痞子 提交于 2019-12-12 19:03:13

问题


Are there any other components I need to establish a firebird connection on a mobile android device in addition to FireDac? I have set up and tested a connection to a remote server using Firedac, but when I try to run the application on an Android device, it hangs trying to make the connection. What am I missing?


回答1:


You can't connect directly since you are (probably) missing the client library on the device.

I'm not aware of availability of the client library for Android platform but I saw this http://www.firebirdnews.org/?p=8786 article by Mariuz.

If you want to connect to a database from a mobile app, you should consider to go for a multitier approach (DataSnap or similar).



来源:https://stackoverflow.com/questions/19107213/firedac-firebird-and-android

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