database
-
Hai I am creating a webpage related to tourist places. In this page has company detail. I want to store it in a database. What kind of database shall i use. thanks
How are you building your website ? If you're using ASP.NET ( and why wouldn't you, when ASP and PHP suck, and J2EE is a nightmare ), then I'd say SQL Server Express Edition is a good place to start. If you're using another platform, then perhaps MySQL is better supported, worth looking into.
Christian Graus Please read this if you don't understand the answer I've given you "also I don't think "TranslateOneToTwoBillion OneHundredAndFortySevenMillion FourHundredAndEightyThreeThousand SixHundredAndFortySeven()" is a very good choice for a function name" - SpacixOne ( offering help to someone who really needed it ) ( spaces added for the benefit of people running at < 1280x1024 )
-
Hai I am creating a webpage related to tourist places. In this page has company detail. I want to store it in a database. What kind of database shall i use. thanks
Personally I prefer PHP + MySQL. I generally stay away from MS stuff though, so I don't care for ASP/ASP.net.