Currently I am trying to run an existing java application on a Windows Mobile 6.1 device. The java application had been developed for server side and uses JDBC. My problem is th
I don't know how to use DriverManager in either configuration.
If you want to use JDBC without too much work, you can switch to DataSource to get your connections. (Using the JSR169 jar).