java - JDBC support on J2ME -
currently trying run existing java application on windows mobile 6.1 device. java application had been developed server side , uses jdbc. problem java application uses java.sql.drivermanager not supported either j9 runtime or cdlc/cdc implementation.
after doing lot of research seems there not standard way that. jsr 169 not support class well.
so, wondering whether of have similar problems , if have mention appropriate software stack support java.sql.* package on mobile devices. seems specifications not support , way hacking up...
thanks in advance
there no official jdbc support cldc-based environments. there jdbc optional package cdc-based environments.
database support cldc/midp sketchy. see there's 1 here:
http://developer.mimer.com/platforms/productinfo_19.htm
but that's not want.
i think you'll have roll own web service based system interact java code running in web server, acting proxy jdbc communication database.
Comments
Post a Comment