So today I have been working on a Windows Mobile project that uses an Oracle back-end database. So the challenge how to directly call into Oracle from a Compact Framework application in real-time. So here's the deal. The .Net CF doesn't support native Oracle connectivity. So in essence we have to call a web-service to then go on and talk to Oracle. This technique works a treat. More details to follow in upcoming posts.
