Subject application with multiple database use
Author Pablo Sánchez
Hi, i'm trying to achieve the use of multiple database into one app
(concurrently).
I'll be using odbc driver for this.

So far, i've made a little test, with two db's and seemed to work
fine.
In the meantime i read on Helen's book, anyone can share some advice
on this topic ?

The odbc (.69) release notes doc, states that this driver supports
two phase commit. As i see from the trace generated by the app, the
commit work (or rollback), from the app point of view, seems to be
like
one operation instead of one for each database. Is this correct ?

I'm using clarion for windows (v6.1) for the app.

Best Regards.

Pablo Sánchez