YES you need innoDB, myIsam does not support transactions, i guess you want
transactions.
regards,
Dennis
2006/3/10, Thomas Dudziak <[EMAIL PROTECTED]>:
>
> On 3/9/06, Saman Ghodsian <[EMAIL PROTECTED]> wrote:
>
> > I have an implementation of my model with OJB using just
> PersistenceBroker.
> >
On 3/9/06, Saman Ghodsian <[EMAIL PROTECTED]> wrote:
> I have an implementation of my model with OJB using just PersistenceBroker.
> Now I'm looking into adding transactional support, looked into ODMG but it
> seems complex to implement since all my mapping and query is in Broker
> lingo, so I'm l
Hi there,
I have an implementation of my model with OJB using just PersistenceBroker.
Now I'm looking into adding transactional support, looked into ODMG but it
seems complex to implement since all my mapping and query is in Broker
lingo, so I'm looking at injecting Transaction support for my p