Accessing SQL database from Cocoa application -


i want connect table have created in sql developer code i've written in xcode. table contains usernames , associated passwords "would be" users of application. want use table validate user entry @ login page. please guide me how connection made.
small application i'm creating in attempt understand cocoa concepts (alongwith database).
in advance..

there's no built-in cocoa framework accessing sql databases.

if database in sqlite format, may want use fmdb.


Comments

Popular posts from this blog

java - SNMP4J General Variable Binding Error -

windows - Python Service Installation - "Could not find PythonClass entry" -

Determine if a XmlNode is empty or null in C#? -