Thread: DBs on C++ Win32 apps

  1. #1
    Registered User
    Join Date
    Nov 2005
    Posts
    28

    Question DBs on C++ Win32 apps

    What's the way to go on using DBs on C++ Win32 apps?

    My needs:

    -MySQL-like queries
    -No Internet, just my app and memory/disk

    I can't use MySQL with MySQL++ because it would require MySQL installation. I just want a light DB engine to INSERT/UPDATE/DELETE/SELECT my app data...

    Thanks in advance...

  2. #2
    Cat without Hat CornedBee's Avatar
    Join Date
    Apr 2003
    Posts
    8,895
    Try sqlite.
    All the buzzt!
    CornedBee

    "There is not now, nor has there ever been, nor will there ever be, any programming language in which it is the least bit difficult to write bad code."
    - Flon's Law

  3. #3
    Registered User
    Join Date
    Nov 2005
    Posts
    28
    Just what I needed! Thx!

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. Win32 API or Win32 SDK?
    By jverkoey in forum A Brief History of Cprogramming.com
    Replies: 2
    Last Post: 07-20-2005, 03:26 PM
  2. compiling win32 apps under linux?
    By talz13 in forum Linux Programming
    Replies: 11
    Last Post: 02-07-2005, 12:43 PM
  3. Beginner on Win32 apps, lame question.
    By Templario in forum C Programming
    Replies: 3
    Last Post: 11-06-2002, 08:39 PM
  4. win32 apps compiled with GCC start console window!
    By Citrus538 in forum Windows Programming
    Replies: 5
    Last Post: 02-18-2002, 10:35 PM