I am developping an Android app with a sql server, when we try to get records out of the database, we can view them in the java console.
However, when we test our app on Android, the connection is null and we do not see any records?
We're using JTDS 1.2.5 to connect with the database. On Android we receive a SQL-exception when the app attemps a 'getConnection()'