swift - How to connect an iOS app to SQL server without webservices? -


i given task retrieve data database server.

i have following details:

host port database username password 

but how can fire connection ios database server directly?

no soap/restful apis available.

for sql server, can use library: sqlclient martinrybak

sqlclient: native microsoft sql server client ios. objective-c wrapper around open-source freetds library.


Comments

Popular posts from this blog

android - net_scheduler holding wakelock -

sql - MySQL : Getting Entries from a many-to-many table -

java - Retrieving data from database using jsp (Hibernate + Spring + Maven) -