I'm having some trouble about ordering records in an SQLite table used for my iOS project.
I've been looking for solution for a while, also asked the question here.
Since then, I got some help from a user in SQLite mail-list and he suggested me an extension, but it's for windows. Here is the link.
And this extension is using CompareString function(see MSDN).
So that if I can manage to find equivalent of this function in Mac, I might be able to use the library in my Xcode project. Furthermore, that could create an alternative SQLite extension for iOS developers.
So is there such a function in Mac OS? Mostly similar maybe?