我需要制作一个小型应用程序,其中的数据库存储在应用程序或服务器上
只是出于试用目的,我想为我的 iphone/iPad 制作一个应用程序,它可以在本地或服务器上使用 sqlite 数据库。那我该怎么办呢???我应该如何来回获取和发布数据。我知道在一个问题中要问很多问题,但如果您可以向我提供任何链接或教程,那就太好了。
谢谢,
Just for the trial purpose i want to make an app for my iphone/iPad which can use a sqlite database locally or on a server. So how should i do this??? How should i get and post the data back and forth. I know its a lot to ask in a single question but if there is any link or tutorial you can provide me with, that would be great.
Thanks,
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
有非常好的教程可以帮助您了解 sqlite 和 SQLite。 iPhone编程,
我建议这些...
http://www.icodeblog.com/2008/08/19/iphone-programming-tutorial-creating-a-todo-list-using-sqlite-part-1/
http://www.mobileorchard.com/iphone-sqlite-tutorials-and-图书馆/
There are pretty good tutorials available to learn about sqlite & iphone programming,
I suggest these...
http://www.icodeblog.com/2008/08/19/iphone-programming-tutorial-creating-a-todo-list-using-sqlite-part-1/
http://www.mobileorchard.com/iphone-sqlite-tutorials-and-libraries/