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: VB/ORACLE Connection

Re: VB/ORACLE Connection

From: Ira Gladnick <cla1glad_at_ucsbuxa.ucsb.edu>
Date: 1998/10/28
Message-ID: <3637B232.A7FA6DDA@ucsbuxa.ucsb.edu>#1/1

Does anyone have any impression one way or the other regarding jDeveloper?

I'm at the threshold of getting into Oracle application development, after years of working in Fortran, C, Pl/1, and (most recently) Visual FoxPro.

My impression (please correct if wrong!) is that Developer 2000 is a bit dated.

I was hoping to find a a product comparison between jDeveloper and Developer 2000 (and/or other devleopment tools) at the Oracle website, but can't seem to find such.

Would it make sense for an organization starting fresh to go with jDeveloper, seeing as how 1) it's Java-based, 2) it apparently builds on Delphi, which seems to have a good reputation in the Oracle community, and 3) it's an Oracle product, and appears to have a number of Oracle-specific features?

Billy Verreynne wrote:
>
> shardayyy wrote in message <70i7hq$abb_at_dailyplanet.wam.umd.edu>...
> >Would anyone out there know if a VB interface can access an Oracle database
> >via the means of a script i.e C, or C++ or java
>
> Should be able to use the Win32 API call CREATEPROCESS to create a new
> process to run a script to access an Oracle database. STDOUT can also be
> piped to a file for processing by the calling program to see what the
> results of the script were. It's also fairly easy spawn a thread to watch
> the process and see when it terminates. Or even kill it when the process is
> taking too long and is possibly hanging.
>
> VB you say? Then again maybe not. If you were using a proper development
> language like Delphi or C++ instead of that trash called VB....
>
> regards,
> Billy
  Received on Wed Oct 28 1998 - 00:00:00 CST

Original text of this message

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