Re: Oracle Objects vs. RDO-ODBC for VB
Date: 1996/10/19
Message-ID: <3268E66F.697C_at_interaccess.com>#1/1
Gerardo P. Fragante wrote:
>
> Has anyone experimented with the above for 32-bit VB 4.0? What are the pros
> and cons of each?
>
> Thanks,
> Gerardo
I have worked with people who have done this. RDO has a nasty bug when used with Oracle - it opens two sessions for each connection and only closes one. You have to explicitly write code to close the otehr session. (This is how it was explained to me - forgive any mis-statements.) With one programmer I spoke with, Microsoft's response was to explicitly denied any problems with RDO and Oracle.
One programmer, after writing their app and encountering this problem, switched to Oracle Objects. No problems, and performance that was just as good. Received on Sat Oct 19 1996 - 00:00:00 CEST