Please start any new threads on our new
site at https://forums.sqlteam.com. We've got lots of great SQL Server
experts to answer whatever question you can come up with.
| Author |
Topic |
|
AskSQLTeam
Ask SQLTeam Question
0 Posts |
Posted - 2003-10-14 : 08:36:53
|
| umm sara writes "I will design a web site that contains *medical online consultations for rigesterd users.*the user can also enter some words to discripe his symptoms and from these words i must know what he means to display the disease. I use windows XPI will use SQL server 7.0 (desktop edition). is it good?what is the pest language (PHP ,ASP , ASP.net ) to connect with the database ??" |
|
|
mohdowais
Sheikh of Yak Knowledge
1456 Posts |
Posted - 2003-10-14 : 08:59:00
|
The best (pest?) language is the one you know best. They're all equally good, if you know how to make them work right. Btw, ASP.Net is not a language, its a technology or framework, you can use plenty of languages to program in ASP.Net. You know COBOL...go ahead and do it in COBOL .hmmmm....SQL 7 Desktop Edition, isn't that the same as MSDE? You are restricted to a maximum of 5 concurrent connections in that case.Owais Make it idiot proof and someone will make a better idiot |
 |
|
|
Merkin
Funky Drop Bear Fearing SQL Dude!
4970 Posts |
Posted - 2003-10-14 : 23:09:06
|
| How much money did DrKoop.com lose ?Owais is almost right, the best language is usually the one that you and your team are more proficient in. However, my understanding is that the SQL Server drivers for PHP are pretty broken, so it might not be the best combination.Also, support for ASP is on it's way out, so if you don't know it already you might want to consider .NET.Damian |
 |
|
|
mohdowais
Sheikh of Yak Knowledge
1456 Posts |
|
|
Merkin
Funky Drop Bear Fearing SQL Dude!
4970 Posts |
Posted - 2003-10-15 : 01:49:24
|
Which is only an issue if you wanted to use Unicode Damian |
 |
|
|
|
|
|
|
|