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

javascript - jQuery: Add class depending on URL in the best way -

caching - How to check if a url path exists in the service worker cache -

Redirect to a HTTPS version using .htaccess -