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.

 All Forums
 General SQL Server Forums
 New to SQL Server Programming
 Language

Author  Topic 

asm
Posting Yak Master

140 Posts

Posted - 2006-01-11 : 01:49:47
Hi

I am using SQL server 2000 as backupend...
Pls suggest which language is used as frontend...
(web)

thanks

asm

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 etc

These 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.com

MS 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 fine

Afrika
Go to Top of Page
   

- Advertisement -