[opendbx] how to use SqueakDBX with Oracle in Mac OS [WAS] Fwd: Problem with Oracle in Mac OS

2010-08-19 Thread Mariano Martinez Peck
For those who needs to run SqueakDBX or OpenDBX with Oracle in Mac OS. Here is what Colin had to do in order to make it work. Cheers Mariano -- Forwarded message -- From: Colin Doherty colin.dohe...@gmail.com Date: Thu, Aug 19, 2010 at 12:10 PM Subject: Re: Problem with Oracle

Re: [opendbx] LAST_INSERT_ID()

2010-08-19 Thread Norbert Sendetzky
Hi Murray I find I'm having to write code that gets back the ID created by an AUTO_INCREMENT in order to do various cross-referenced insertions. For MySQL there's a function called LAST_INSERT_ID() that returns the last auto-increment-generated value, but this is a MySQLism and the mechanism