Connect to MySQL directly from an iPad app (not via PHP, etc.)

旧街凉风 提交于 2019-12-04 12:14:17

This might be the sort of thing that you are looking for:

mysql for iphone and osx

I found it on this iphonedevsdk thread access mysql remote database iphone

Personally I would be only doing this if you really really wanted to.

If you wanted a canned solution, I also found this: Flipper

Or to do it yourself: Build MySql client library for iPhone/iPad

Its not really that hard to find a number of solutions

I needed the same thing (I understand your lecture-pain ;) ) so I wrote this: https://github.com/ciaranj/MySqueakQl it doesn't link to the mysql client libraries so no GPL issues, but it is a very minimal ... very 'fresh' i.e. untested implementation ... just my 2c.

I faced the same problem as you did. I searched and find this.

In http://www.acapela-for-iphone.com/ios-4-2-gm-small-problem-with-simulator

Jean-Michel Reghem Says: "It seems that Apple changes (again) something into the simulator (as in iOS 4.0)."

Also some people in that page say that this problem didn't show up in device, you can try.

The author has updated his code, and it worked.

Here is the link: http://www.karlkraft.com/index.php/2011/06/07/mysql-for-iphone-and-osx-version-2-0/

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