I'm trying to get started in Cocoa/Objectiv-C (I program in C#/.NET at my day job) and I need to access some databases, but I can't seem to find any info on how to use Cocoa for data access.
I've browsed the docs for Core Data but at the moment that's overkill, also the fact that I can't use MySQL is a no go, so it seems I have to use the C API that comes with MySQL - is that so?
I've browsed the docs for Core Data but at the moment that's overkill, also the fact that I can't use MySQL is a no go, so it seems I have to use the C API that comes with MySQL - is that so?