iphone - How to get data from an SQL database in Objective-C? -


i know has been answered before, cannot find information on subject. information have found need use sql database, leading me ask question.

i making iphone app needs store 4 integers, 6 floats, , 2 nsstrings online somehow (sql sounds answer), , need able data well. there documentation on subject might help? if not, how can data?

the next thing need know how can set hundreds of users store , access of variables. mean each user's 4 integers, 6 floats, , 2 nsstrings totally different, , cannot figure out how set in way works. there documentation this?

thanks in advance!

one way

odata provides sdk allows consume/produce odata service sql database (or other data source) objective-c on devices such iphone.

the sdk can found here: http://www.odata.org/developers/odata-sdk

there developed client on codeplex: http://odataobjc.codeplex.com/

keep in mind you'll have develop both provider (data source) consumer (your app).

you can primer on basics of building provider here (using vs example, same no matter platform).

http://msdn.microsoft.com/en-us/data/gg601462

a side benefit of odata once have producer... device can feasibly use it. android, windows phone, php, javascript, list goes on. (i don't know if care, might)


Comments

Popular posts from this blog

c# - SharpSVN - How to get the previous revision? -

c++ - Is it possible to compile a VST on linux? -

url - Querystring manipulation of email Address in PHP -