Databases

Started by
5 comments, last by Sand_Hawk 22 years, 1 month ago
I need to make a program wich has a database hanging behind it. What type of database is the best I can use(Access, etc.). I need to write a program where a company sends spam to peoples homes on request(The person request some spam and the company gets paid for spamming). I must store the ppls personal data(Address etc.) but also the companies who make the products. What type of DB is the best to use and where can I find some tutorials about it? I use C++ and it will be most likely build under the Windblows platform. Sand Hawk Member of the Stupid Coders. http://www.stupidcoders.cjb.net -Earth is 98% full. Please delete anybody you can.
----------------(Inspired by Pouya)
Advertisement
MySQL.com, MySQL.org.

Access is sooo lame.

[ GDNet Start Here | GDNet Search Tool | GDNet FAQ | MS RTFM [MSDN] | SGI STL Docs | Google! ]
Thanks to Kylotan for the idea!
Why is access lame? It''s dirt slow, but it has a visual view of making the tables(Wich rocks since my SQL sucks!). But I try mySQL and see how it works.

Thank you,
Sand Hawk

Member of the Stupid Coders.
http://www.stupidcoders.cjb.net

-Earth is 98% full. Please delete anybody you can.
----------------(Inspired by Pouya)
Access is lame because it''s not as full featured and programming its databases from an external client is not as powerful as using its visual interface. Which sucks for industrial strength applications.

[ GDNet Start Here | GDNet Search Tool | GDNet FAQ | MS RTFM [MSDN] | SGI STL Docs | Google! ]
Thanks to Kylotan for the idea!
If you can''t afford SQL Server or Oracle, then my recommendation is to use MSDE. Just do a search on www.microsoft.com.
I thought mySQL is free! Am I wrong now, because of the anon poster said to use MSDE in case I can''t afford other database servers...

Sand Hawk

Member of the Stupid Coders.
http://www.stupidcoders.cjb.net

-Earth is 98% full. Please delete anybody you can.
----------------(Inspired by Pouya)
quote:Original post by Sand_Hawk
I thought mySQL is free! Am I wrong now, because of the anon poster said to use MSDE in case I can''t afford other database servers...


mySQL is a free version of SQL. ''SQL Server'' is microsoft''s version of SQL. There are many others, each with it''s own feature set, pros, and cons.

Just use access. Not only will it be easier, but it will crash and screw up more often, so you and your advertising company will have more problems killing trees to produce spam.

This topic is closed to new replies.

Advertisement