iphone - How I can make SQLite Database Central on App Store? -
hi, new iphone app development. suppose develop app have central database have in .net web application. sqlite provide such feature , if yes, have put database different users can access same database apps. in advance
no sqlite store things on each individual phone. use central server web-service interface (and favorite sql or nosql server backing store) accessed iphone application.
also sqlite not scale when many users performing concurrent inserts - not kind of database. use mysql, sql server, oracle or whatever designed purpose.
Comments
Post a Comment