简体   繁体   English

将Sybase UltraLite Db集成到我的代码中

[英]Integrating Sybase UltraLite Db to my code

I am new to ios development. 我是ios开发的新手。 I want to create a local Sybase Ultralite db in my system and 我想在系统中创建本地Sybase Ultralite数据库,并且

want to perform insert , delete,update on my local Ultralite db present in my system. 想要对系统中存在的本地Ultralite数据库执行插入,删除,更新。 I went 我去了

through many samples, but I didn't get any proper information. 通过许多样本,但我没有得到任何适当的信息。 For integrating SQLite db there 在那里集成SQLite数据库

are many step by step approaches which is easy to follow but for Ultralite none. 有很多循序渐进的方法,很容易遵循,但对于Ultralite则没有。 As I am a 因为我是

beginner I want step by step approach to create a simple local Ultralite db in my system and 初学者,我想一步一步地在系统中创建一个简单的本地Ultralite数据库,

modify it through my code . 通过我的代码修改它。 I really need this very badly.I am using Ultralite db because 我真的非常需要此服务。我使用Ultralite db是因为

there are multiple users of my db, and data they are updating will reflect in the server 我的数据库有多个用户,他们正在更新的数据将反映在服务器中

also. 也。 Where as in SQLite I dont think, it provides this kind of sync mechanism. 我不认为在SQLite中,它提供了这种同步机制。 As far as i 据我

have heard it is used as just a local db Can anyone help me on this? 听说它只是用作本地数据库,有人可以帮我吗?

SQLite (or Core Data) are definitely the most common SQL interface for iOS. SQLite(或核心数据)绝对是iOS上最常见的SQL接口。 But you're right that it doesn't offer any built-in, integrated, sync mechanisms itself. 但是您说对了,它本身不提供任何内置,集成,同步机制。

In terms of Ultralite on iOS, have you seen the Ultralite iOS tutorial page ? 关于iOS上的Ultralite,您是否看过Ultralite iOS教程页面 It's not much, but a start. 数量不多,但只是一个开始。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM