Oracle Database Applications - platform dependancy??

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • murali_kannan_r

    Oracle Database Applications - platform dependancy??


    Hi,
    I am new to Database. I want to develop a database application using
    C/C++. The database is oracle. The application will work on unix and NT
    platforms. For the above, what is the best way to do??

    Since ODBC libraries (manager, and drivers) are available for Unix
    platforms, can I write my applications using raw ODBC api's???

    or

    Can PRO*C/C++ be useful???

    or

    Is there any other way???

    Suggestions are highly appreciated.

    Thanks in advance,
    Muralikannan.

    --
    Posted via http://dbforums.com
  • Nic

    #2
    Re: Oracle Database Applications - platform dependancy??


    "murali_kannan_ r" <murali_kannan_ r@rediffmail.co mwrote in message
    news:3151121.10 59117016@dbforu ms.com...
    >
    Hi,
    I am new to Database. I want to develop a database application using
    C/C++. The database is oracle. The application will work on unix and NT
    platforms. For the above, what is the best way to do??
    >
    Since ODBC libraries (manager, and drivers) are available for Unix
    platforms, can I write my applications using raw ODBC api's???
    >
    or
    >
    Can PRO*C/C++ be useful???
    >
    or
    >
    Is there any other way???
    >
    Suggestions are highly appreciated.
    Why have you choose Oracle and C++ ? Any particular reasons?

    If you want to develop a database application using Oracle, I would suggest
    you check if PL/SQL fill your needs.
    >
    Thanks in advance,
    Muralikannan.
    >
    --
    Posted via http://dbforums.com

    Comment

    Working...