Oracle FAQ Your Portal to the Oracle Knowledge Grid
HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US
 

Home -> Community -> Usenet -> c.d.o.misc -> Re: Access via Java and C++

Re: Access via Java and C++

From: Sybrand Bakker <postmaster_at_sybrandb.demon.nl>
Date: Tue, 4 Jan 2000 19:03:33 +0100
Message-ID: <947009099.5145.0.pluto.d4ee154e@news.demon.nl>


Java is interpreted (the final target is so-called p-code) and Visual C++ is a compiled language (ie native machine code). I would expect such differences.
Other than that: are you using the same database interface?

Hth,

--
Sybrand Bakker, Oracle DBA
Chris <schnul_at_my-deja.com> wrote in message news:84t4e1$7lv$1_at_nnrp1.deja.com...
> I want to access data from an Oracle8i Lite database via IBM Visual Age
> Java 3 (Java 2) and MS Visual C++ 6.0.
> It seems to be that Visual C++ can read data from Oracle at least 1.5
> to 3 times faster than Java. Can this be true?
>
> Thx for comments!!!!
> Chris
>
> PS: For testing I use a table with 150 columns and approximately 11.000
> records. I read one attribute and iterate through all records.
>
>
> Sent via Deja.com http://www.deja.com/
> Before you buy.
Received on Tue Jan 04 2000 - 12:03:33 CST

Original text of this message

HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US