SQL Anywhere 17 Connection String without DSN

I'm doing .Net (C#) development on my mac (with Visual Studio for Mac). My app needs to access a SQL Anywhere 17 backend. I have installed SQL Anywhere, and I can connect directly to my databases from SQL Central. I have been unable to successfully create a DSN.

So I'm looking for a connection string that doesn't rely on DNS, to connect to SQL Anywhere 17 running locally.

0 answers