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 |
|
asm
Posting Yak Master
140 Posts |
Posted - 2006-01-11 : 01:49:47
|
| HiI am using SQL server 2000 as backupend...Pls suggest which language is used as frontend... (web)thanksasm |
|
|
afrika
Master Smack Fu Yak Hacker
2706 Posts |
Posted - 2006-01-11 : 02:43:25
|
| You could use anything.net, asp, php, perl, cfm, java etcThese basically are scripting languages and framworks. Any language could make a call to a database, what you need to get right is the connection to your database see www.connectionstrings.comMS SQL is a microsoft product, so most people prefer to use either asp or .net, but any of the above or any scripting language that makes use of ODBC calls would work just fineAfrika |
 |
|
|
|
|
|