Programatically creating CONSCLI.ODB on WM5 smartphone device?
242891Jul 15 2007 — edited Oct 29 2008Hi. I'm trying to install the Oracle Lite Client on a WM5 device. It's a smartphone (HTC Excalibur) which uses a keyboard but doesn't have a touchscreen.
I can install the CAB file but all the graphic (GUI) applications have some (expected) issues with the screen size (320x240) and the lack of a pointing device.
The main problem is that mSync doesn't work. Can't even put the credentials (username/password), all that appears is a menu option ("Tools"), but no main window, ...
So I was trying to programatically sync the application with the repository, using the ocSessionInit/ocDoSynchronize/oc* calls. But all of them fail because of a "database is not created" error.
Which leads me to want to create the conscli.odb file, but there doesn't seem to be an API for that. I know that mSync does it on first run (Pocket PC 2003, ...)
Any hints? Thanks.