Click here to Skip to main content
15,900,816 members
Please Sign up or sign in to vote.
3.00/5 (2 votes)
See more:
I know C++ and Win32 (basically) but I don't know much about databases. I am not learning programming from a school or anything. I study myself. I know there're such Database Management Systems such as Microsoft SQL, MySQL...

I have books for learning about databases. But I have No Idea of how they are used in programming. Specially with C++ Under Win32 programming environment.

Need Help !
Posted

Google "ADO".

There's a LOT to learn before you use a database, but 30-40 hours of reading will get you there.

Hope this helps,
Pablo.
 
Share this answer
 
Hi,
I think a good place to start is actually MySQL. This is for several reasons:
- It is one of the most popular RDBMSs (Relational Database Management Systems)
- It is open source (always a plus by me)
- It can be deployed in the cloud (another plus, I’m a big cloud computing enthusiast)
Since I am a “cloud believer”, I think you should read up about cloud deployments of MySQL, this will make it easier for you to get started because you don't need to install and configure the database on your own. To read more on MySQL in the cloud, look up AWS’s RDS and Xeround Cloud Database.
Good luck!
:) Diana
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900