Quote:
Originally Posted by DeeJay_CRO
I do not understand why two databases? Shouldn't be enough only one? With several tables, if needed...
|
These two are completely separate. One database is just going to be read from (static) which gives the manufacturer's MPG of the car. Another one is recording start time/end time, velocity, acceleration of the car. This will be recorded for each time the user takes a trip.
I was looking into property lists and iphone core data. Would the property list be good for a "static" database and the iphone core data for the other database?