Saturday, August 31, 2013

Database

Database 


A database is a collection of data, typically describing the activities of one or more related organizations. For example, a university database might contain information about the following:
Entities such as students, faculty, courses, and classrooms.
Relationships between entities, such as students' enrollment in courses, faculty teaching courses, and the use of rooms for courses.

Upload UIImage as base64 String

Upload UIImage as Base64 String (Upload UIImage as string) //Select Pic From Camera or Gallery       @objc func btnPro...