Hi,
I want to use core data in my application with back end Sqlite store.
But I need the Primary key (auto inc Integer) value after an insert which I want to send this primary key value to a web server.
Is there any way to get the primary key of the record from sqlite database through the core data feature ?
I don't want the unique ID of NsmanagementObject ObjectID
Thanks, Sridhar