且构网

分享程序员开发的那些事...
且构网 - 分享程序员编程开发的那些事

你怎么连接Firebird数据库到Android?

更新时间:2023-02-02 21:09:30

正如其他人所说,不要直接从您的手机访问火鸟,但是放到web服务的REST或其他类型之间。

As others have mentioned, don't access Firebird directly from your mobile phone, but put a REST or other type of webservice in between.

使用火鸟(或任何其他数据库)的缺点直接是:

The disadvantages of using Firebird (or any other database) directly are:


  • 健谈线协议,这样的表现并不好,尤其是在高延迟连接

  • 的用户将必须把你直接访问数据库服务器,每个用户都会有你的数据库的凭据

  • 您会暴露出一个Firebird数据库,而不是web服务的更小,应用特定的API的整个表面,增加了虐待等的风险

如果 - 给了这些反对意见 - 你仍然希望从手机的Adroid访问Firebird数据库,你可以使用Jaybird的Andr​​oid的端口,可在的 Android的Jaybird项目网站

If - given these objections - you still want to access your Firebird database from an adroid phone, you can use the Android port of Jaybird, available on the Android Jaybird project website.