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

Home -> Community -> Mailing Lists -> Oracle-L -> Re: VB vs. JAVA

Re: VB vs. JAVA

From: Stefan Jahnke <stefan.jahnke_at_d2vodafone.de>
Date: Thu, 16 Aug 2001 02:30:26 -0700
Message-ID: <F001.0036C940.20010816014554@fatcity.com>

Hi,

sorry, but you are not limited to ODBC. Oracle comes with "Oracle Objects for OLE". This is a library (comes in 2 flavors: as a type library for VB and as a class library for C++ (might be obsolete with 9i's OCCI)) that enables your apps to access Oracle natively via SQL*NET. We've used it in many tools from VB/VBA/C++. It's as reliable as any other library (to be read as: not perfect, but still good and usable).

And... no, I'm not a VB programmer. I also did Java projects. The packages that come with Oracle (8.1.7 here) give you kind of the same possibilities as the Oracle Objects for OLE (connection pooling etc.). SQLJ is comparable to Embedded SQL (Pro*C).

Regarding the execution speed, I can't tell a difference between Java and VB unless it comes to GUI. Then, you can toss Java into the trash-can. Which leads me to a point that I do not understand at all: Why is it not popular to deploy GUIs written in C++ using some platform independant GUI toolkit and connecting to servers written in Java (via CORBA).


| Regards,                   |
| Stefan Jahnke              |
| BOV AG                     |
| @:D2 Vodafone, Abt.: FBOM  |
| Tel.: 0211/533-4893        |
 ----------------------------


"Jamadagni, Rajendra" schrieb:
>
> Basked on my limited knowledge, you'd go a long way with java and oracle,
> that's where Oracle is pushing everyone anyway. I doubt how cold it will be
> on his each when Oracle will recommend to drop java and start using VB.
>
> If you use VB, you have to use ODBC, with java client JDBC.
>
> Raj
> ______________________________________________________
> Rajendra Jamadagni MIS, ESPN Inc.
> Rajendra dot Jamadagni at ESPN dot com
> Any opinion expressed here is personal and doesn't reflect that of ESPN Inc.
>
> QOTD: Any clod can have facts, but having an opinion is an art !
>
> *********************************************************************2
>
> This e-mail message is confidential, intended only for the named recipient(s) above
>and may contain information that is privileged, attorney work product or exempt from
>disclosure under applicable law. If you have received this message in error, or are
>not the named recipient(s), please immediately notify corporate MIS at (860) 766-2000
>and delete this e-mail message from your computer, Thank you.
>
> *********************************************************************2
>
> --
> Please see the official ORACLE-L FAQ: http://www.orafaq.com
> --
> Author: Jamadagni, Rajendra
> INET: Rajendra.Jamadagni_at_espn.com
>
> Fat City Network Services -- (858) 538-5051 FAX: (858) 538-5051
> San Diego, California -- Public Internet access / Mailing Lists
> --------------------------------------------------------------------
> To REMOVE yourself from this mailing list, send an E-Mail message
> to: ListGuru_at_fatcity.com (note EXACT spelling of 'ListGuru') and in
> the message BODY, include a line containing: UNSUB ORACLE-L
> (or the name of mailing list you want to be removed from). You may
> also send the HELP command for other information (like subscribing).
>
> -----------------------------------------------------------
> This Mail has been checked for Viruses
> Attention: Encrypted Mails can NOT be checked !
>
> ***
>
> Diese Mail wurde auf Viren ueberprueft
> Hinweis: Verschluesselte Mails koennen NICHT geprueft werden!
> ------------------------------------------------------------

--
-- 
Please see the official ORACLE-L FAQ: http://www.orafaq.com
-- 
Author: Stefan Jahnke
  INET: stefan.jahnke_at_d2vodafone.de

Fat City Network Services    -- (858) 538-5051  FAX: (858) 538-5051
San Diego, California        -- Public Internet access / Mailing Lists
--------------------------------------------------------------------
To REMOVE yourself from this mailing list, send an E-Mail message
to: ListGuru_at_fatcity.com (note EXACT spelling of 'ListGuru') and in
the message BODY, include a line containing: UNSUB ORACLE-L
(or the name of mailing list you want to be removed from).  You may
also send the HELP command for other information (like subscribing).
Received on Thu Aug 16 2001 - 04:30:26 CDT

Original text of this message

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