English Deutsch Français Italiano Español Português 繁體中文 Bahasa Indonesia Tiếng Việt ภาษาไทย
All categories

I want to learn how to do some programming. I will be taking a class soon on the subject but I want to get some feedback form people who have been through all the struggle of learning how to program. I have ask some programmers on where to start if I were to learn the business, most have told me to learn how database works and how to program.

I am planning to take a class in C++
I am also planning to take a class that deals with database. However, I am not sure where to start and which is the most useful. I heard there were several different types of database the companies use. Access, SQL, and some other that I cannot think of.

So what are your thoughts, what would you do if you were me?

2006-11-19 07:33:12 · 3 answers · asked by Inquisit 2 in Computers & Internet Programming & Design

3 answers

I would start by learning SQL language. It will teach you how databases are structured and how to communicate with databases. Also, SQL can be used with all the major database platforms.

Here is a good starter book:
SQL: Visual QuickStart Guide, 2nd Edition
http://www.peachpit.com/bookstore/product.asp?isbn=0321334175&rl=1
http://www.amazon.com/SQL-Second-Visual-QuickStart-Guide/dp/0321334175/sr=1-1/qid=1163969113/ref=pd_bbs_1/104-2297402-0969500?ie=UTF8&s=books

2006-11-19 07:45:41 · answer #1 · answered by Chris B 4 · 0 0

You are taking a lot on each of C++, Access and SQL are full time jobs

I would start with Access, building relational database that do things like book theatre tickets, or produce invoices - Look to create custom forms that handle input and output, and do some SQL stuff (queries) in there

2006-11-19 15:37:56 · answer #2 · answered by cool_clearwater 6 · 1 0

http://www.techtutorials.net/

2006-11-19 15:35:41 · answer #3 · answered by george r. n. 5 · 0 1

fedest.com, questions and answers