I have been putting off doing a blog overhaul off for a bit. Just need to find some time actually. Maybe this weekend. A hint of what is coming… I recently changed jobs and I have a new role as a Mongo guy. I jumped into this role from another job where I was a […]
Blog Overhaul Coming!
January 27th, 2012 · 1 Comment
Tags: Mongo
How to create an auto increment field in Oracle Lite
October 24th, 2009 · 12 Comments
I bet you thought you could make an auto increment field in Oracle Lite the same way you make it in Oracle right? Well, you can’t do it the same way because Oracle Lite does not support PL/SQL. It does however support C, C++, C#, and Java stored procedures. We will review creating auto-increment fields […]
Tags: Oracle Lite
Creating publication items using the Oracle Lite API
September 19th, 2008 · 3 Comments
If you have been doing Oracle Lite development, chances are you have been either using the Packaging Wizard or the Mobile Workbench to create your applications. In some cases, you have had to use the APIs to do partition mapping or altering the publication items (I will show those in another post). I on the […]
Tags: Java · Oracle Lite