JDBC support on J2ME

前端 未结 2 1106
一生所求
一生所求 2021-01-25 15:14

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

2条回答
  •  萌比男神i
    2021-01-25 15:28

    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).

提交回复
热议问题