Hello, In a traditional VB ASP.NET web application, your server-side code communicates directly with your SQL database using connection strings. In an iOS app, you should never connect directly to a SQL database. Baking your SQL credentials into an iOS app is a massive security risk, as they can be easily extracted by anyone who downloads the app. TxTag org