Quote:
Originally Posted by snowboarderz69
Hello everyone,
I have a little problem with my Sqlite app. I'm showing on my main screen some text from the table "x" in the field "y". Now i'm trying to show text from the same table but from a different field wich is not created. I create it and add some text, then test it on the iPhone simulator and I get the error :
No such column : "nameOfMyTab"..
Do I have to do something to let xCode know that I modified my database ?
p.s (I'm not creating an editable copy of my DB so that can't be the prob)
Thanks alot !
|
If you're using CoreCata you have to update the schema to match.
__________________
regards
Oliver Drobnik
Cocoanetics - Our DNA is programmed in Objective-C.
Linguan – makes localizing strings file fun!
Cocoanetics Parts Store – easy to use yet professionally looking components that you can use to spruce up your own apps. Augmented Reality, Calendar Control, Pin Lock or Purchase Button are only some examples. You get full source code, no static library crap, and lifetime support. Check it out today!
|