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: application server

Re: application server

From: kshathrya <kshathrya_at_hotmail.com>
Date: Wed, 12 Sep 2001 11:58:44 -0400
Message-ID: <tpv1nirf8c7965@corp.supernews.com>


Hi All,

           We have some C, C++ based executables (called tools), that will take input of stream of
data and will give an output. The out put will be an image generated, which will be stored in a particular
directory. The executable will return the URL path to that directory.

The executables has to get data from different databases, like oracle and sqlserver. So I am to create
a database interface in c or C++, that will create and maintain database connections and will supply
data to the tools, taking it from the database.

Is there an example of this scenario, that some one has come across? I am talking about a dll or service
or command line exe or something that can act as a database interface between c++ based executables
and the database.

Please advice, asap.

Thanks
ks
"Mark Townsend" <markbtownsend_at_home.com> wrote in message news:B7B2D7AC.E94C%markbtownsend_at_home.com...
> in article tolb58gaquu8db_at_corp.supernews.com, kshathrya at
> kshathrya_at_hotmail.com wrote on 8/27/01 1:22 PM:
>
> > hi all,
> > can someone suggest an application server that can be used to
> > connect to databases like oracle or sqlserver and provide data to c++
based
> > tools
> >
> > tnx in advance
> > ks
> >
> >
> Hmm - we probably need some more information - do you want to run these
> applications in the middle tier in some sort of load balanced
architecture,
> or are you just looking for C++ data access ? Or are you looking for
> something more like a TP monitor ?
>
> Basically, what is it you want this application server to do ?
>
Received on Wed Sep 12 2001 - 10:58:44 CDT

Original text of this message

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