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: PL/SQL question?

Re: PL/SQL question?

From: Ed Prochak <prochak_at_my-deja.com>
Date: Sat, 21 Aug 1999 07:08:15 GMT
Message-ID: <7plj8s$51g$1@nnrp1.deja.com>


In article <et$3yN46#GA.217_at_cpmsnbbsa02>,   "Nadeem Akhtar" <n_akhtar_at_msn.com> wrote:
> I am developing an application in VC++. I have written wrapper
classes for
> OCI and they are working fine. What I need know is an editor in my
> application such as SQL/Plus or SQL Worksheet where the user can type
set
> commands and dbms_output. Does anyone have a clue on how to do this.
>
> Thanks.
>

have you tried the system() call? Doesn't windows support something like that? IOW something like:

  result = system("sqlplus");
   if (result) {

      processor_error(result);
   }

--
Ed Prochak
Magic Interface, Ltd.
ORACLE services
440-498-3702

Sent via Deja.com http://www.deja.com/
Share what you know. Learn what you don't. Received on Sat Aug 21 1999 - 02:08:15 CDT

Original text of this message

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