I am fairly new to Objective C and iOS programming, but I am constantly trying to learn as much as I can. .
I am going to launch an iPad project, which will need to store large amounts of data, which must be exported in a very large Excel spreadsheet. (This is for a friend .... They currently enter large amounts of data in Excel
This database contains more than 400 names (this number is increasing continuously) and the app is very much Only functional contacts will be created in the app, apart from this, there will be about 2,000 characteristics for each name, these attributes will be recorded in more than tens if not more than hundred views.
The excel file will be located on the local server And d Tables will be synced with WiFi on it. If I want to write a server-side application to handle it, I would be happy.
My question is: accounting for my purpose for the size of the database And Excel to export the data? (I.e. CoreData ?, SQLLite ?, XML?)
I appreciate any help you can offer.
< / P>
On the server Finished Rdata be difficult to store. I suggest using SQLite DB decent interface to use SQLite on the iPhone, but there are many others.
Comments
Post a Comment