database programming

Hi,
which learn C++ programmer a database programming language?
MYSQL ?
SQL ?
ORACLE

and

Which resources can use ???
Just learn SQL. There are minor differences between T-SQL, PL SQL, etc... The database shouldn't matter, however if you are asking which database to use, Oracle is unaffordable for the hobbyist. I would suggest you download SQL Server Express to start with if you're hoping to hit the DB with a C++ app.
Source web site to learn SQL ?
Google. There are plenty of resources available. W3Schools.com has a fairly straight forward tutorial. If you go the Microsoft route I recommend picking up a copy of http://www.amazon.com/Microsoft%C2%AE-Server%C2%AE-T-SQL-Fundamentals-PRO-Developer/dp/0735626014. This of course covers T-SQL and the many additional functions it provides.
Last edited on
ok thanks.
Topic archived. No new replies allowed.