Beginner's questions: C++ and databases

Please support our C++ advertiser: Intel Parallel Studio Home
Reply

Join Date: Nov 2004
Posts: 1
Reputation: Rasmo is an unknown quantity at this point 
Solved Threads: 0
Rasmo Rasmo is offline Offline
Newbie Poster

Beginner's questions: C++ and databases

 
0
  #1
Nov 7th, 2004
Hi all,

I'm a total beginner at C++, and I'm planning on trying out by writing a small, text-based game with a command line.

The game has different areas which are described in pure text, and I guess a good solution to put all the pure data (descriptions and so on) in a database.

Some questions:
* Is it hard to make a small system for retrieving (and maybe writing) data from a database to a console app?
* What database system is the easiest/best for this type of application??
* Oh, and all other tips and tricks on the subject would be appreciated.

Thanks in advance,
Rasmus
Reply With Quote Quick reply to this message  
Join Date: Nov 2004
Posts: 5
Reputation: Xnoudas is an unknown quantity at this point 
Solved Threads: 0
Xnoudas Xnoudas is offline Offline
Newbie Poster

Re: Beginner's questions: C++ and databases

 
0
  #2
Nov 9th, 2004
Try using ADO (ActiveX Data Objects) with most commonly used the OLE DB Provider for ODBC Drivers, which exposes ODBC Data sources to ADO.

Try this link for documentation of the latest version of ADO is also available at: http://msdn.microsoft.com/library/de...dataaccess.asp
Reply With Quote Quick reply to this message  
Reply

This thread is more than three months old.
Perhaps start a new thread instead?
Message:



Similar Threads
Other Threads in the C++ Forum
Thread Tools Search this Thread



About Us | Contact Us | Advertise | DaniWeb | Acceptable Use Policy | RSS Feed

©2003 - 2009 DaniWeb® LLC