Results 1 to 4 of 4

Thread: Basic DB with C++

  1. #1

    Thread Starter
    Hyperactive Member naruponk's Avatar
    Join Date
    Feb 2004
    Location
    Some where in the world
    Posts
    423

    Question Basic DB with C++

    Hi,

    I'm very new in C++ programming.
    Can anyone show me a simple program using C++ to tell that how to access db using C++?

    thanks

  2. #2
    Kitten CornedBee's Avatar
    Join Date
    Aug 2001
    Location
    In a microchip!
    Posts
    11,594
    Database access in C++ is done in a multitude of ways, often depending on the database, and is never trivial.

    You should learn the language properly before attempting database access.
    All the buzzt
    CornedBee

    "Writing specifications is like writing a novel. Writing code is like writing poetry."
    - Anonymous, published by Raymond Chen

    Don't PM me with your problems, I scan most of the forums daily. If you do PM me, I will not answer your question.

  3. #3

    Thread Starter
    Hyperactive Member naruponk's Avatar
    Join Date
    Feb 2004
    Location
    Some where in the world
    Posts
    423
    Thank you for your suggestion

  4. #4
    Fanatic Member
    Join Date
    Jan 2003
    Posts
    1,004
    If you are looking for an easy way to play with SQL databases, I would try SQLite. Its a third-party library that you could download.
    "Can't" and "shouldn't" are two totally separate things.

    All questions should be answered. All answers should be true. That is why I post.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width