Thread: Storing data in ORACLE or SQL

  1. #1
    Registered User
    Join Date
    Dec 2005
    Posts
    16

    Post Storing data in ORACLE or SQL

    I am come back with this thread: -

    What will be the code for storing data in ORACLE & SQL. Should I install any aditional software for doing the task except ORACLE or SQL and Microsoft Visual C++ compiler.

    Hope you will help me as you done in past.

  2. #2
    Crazy Fool Perspective's Avatar
    Join Date
    Jan 2003
    Location
    Canada
    Posts
    2,640
    you need to look into ODBC.

    You'll also need the odbc drivers for the dbms you choose (oracle or SQL Server), the dbms packages should include that.

  3. #3
    Registered User
    Join Date
    Dec 2005
    Posts
    16

    Unhappy But???

    My teacher told me that I need C Compiler Pro to run ORACLE or SQL in backend in C or C++ Program. So, what should I do?

  4. #4
    and the hat of int overfl Salem's Avatar
    Join Date
    Aug 2001
    Location
    The edge of the known universe
    Posts
    39,659
    Go talk to your teacher to help you figure out these detailed issues.
    If you dance barefoot on the broken glass of undefined behaviour, you've got to expect the occasional cut.
    If at first you don't succeed, try writing your phone number on the exam paper.

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. Robust method for storing data outside of a program
    By goatslayer in forum C++ Programming
    Replies: 17
    Last Post: 09-19-2007, 03:08 PM
  2. Skipping records to text file and storing data.
    By Mr. Deeds in forum C Programming
    Replies: 5
    Last Post: 09-10-2007, 11:24 PM
  3. problem in storing data in a binary search tree
    By alavardi in forum C Programming
    Replies: 5
    Last Post: 02-13-2005, 03:20 PM
  4. C diamonds and perls :°)
    By Carlos in forum A Brief History of Cprogramming.com
    Replies: 7
    Last Post: 05-16-2003, 10:19 PM
  5. storing client data in server app
    By codec in forum C++ Programming
    Replies: 4
    Last Post: 03-09-2003, 10:34 PM