Follow along with the video below to see how to install our site as a web app on your home screen.
Note: This feature may not be available in some browsers.
I want to learn more about sql databases.
How hard is it to create one and then make it part of your website. Is there a software program just for doing this?
I want a sql database where I can enter names and then others can look up names on a website.
- - - - - - - - - - - - - - - - - -Wars have been fought over lesser issues than Microsoft platform vs. non-M$.
I'll spare you the sound and fury as well as a long, drawn out explanation. Just listen to me and then check it out:
1. The M$ free stuff is limited in both scale and function. Think about it. It has to be . They don't want to cannibalize their "good stuff."
2. The IIS server that ASP.NET runs on is not nearly as secure, not nearly as fast (on most hardware) and not nearly as stable as Apache (free.)
3. The vast majority of data-driven web sites are done in what is called LAMP: Linux (operating system), Apache (web server) MySQL (database), PHP (scripting language.)
4. ASP.NET (a language and a platform) is basically a huge javascript generator and unless all your folks use IE (as in a corporate INTRAnet,) you are courting trouble with those who use FireFox, Safari, Chrome, Opera, etc.
Unless you have the resources of a large corporation, stick with the tried and true LAMP platform. You can't go wrong with it.
(That WAS the short version. Let me know if you want the LONG one!!!)
Al
Seems like there is a lot of money to be made if you can learn how to use sql databases.
I need to have some type of an interface that uses the database, where I can type in names and then allow others to look the names that are in my database.