开发者

Accessing SQL database from Cocoa application

开发者 https://www.devze.com 2023-02-06 08:49 出处:网络
I want to connect a table that i have created in SQL Developer to the code i\'ve written in XCode. This table basically contains the usernames and the associated passwords for the \"would be\" users o

I want to connect a table that i have created in SQL Developer to the code i've written in XCode. This table basically contains the usernames and the associated passwords for the "would be" users of my application. I want to use this table to validate the user entry at the login page. Please guide me as to how the connection is to be made.

开发者_Go百科This is a small application i'm creating in an attempt to understand the cocoa concepts properly (alongwith the database).

Thanks in advance..


There's no built-in Cocoa framework for accessing SQL databases.

If the database is in SQLite format, you may want to use FMDB.

0

精彩评论

暂无评论...
验证码 换一张
取 消

关注公众号