I am using Eclipse with Android SDK.
I want to access to SQL Server 2008.
When I used String ...
classforname= "sun.jdbc.odbc.JdbcOdbcDriver";
I get the following error:
java.lang.ClassNotFoundException: sun.jdbc.odbc.JdbcOdbcDriver
I used JDK 1.7 and configured build pbath to rt.jar.
What am I doing wrong?