SQL Frontend

Associate
Joined
18 Oct 2002
Posts
1,623
Location
The Moon
Hi, I'm after an SQL front end for a web page but havn't a clue where to start. I need to be able to search data within the database on a web page. Any pointers as to what I should be looking at?

Thanks :)
 
Associate
Joined
27 Dec 2005
Posts
97
Hi,

You need to investigate ASP.NET, PhP, Servlets (Java), CGI-Scripting or a web development framework such as Django or Ruby-on-Rails.

Once you have found out about one of thoes then you should be able to see what you need to do.

If your server is Windows based then I would look at ASP.NET, if it is Unix based then I would look into PhP or Servlets (Java).

Justin
 
Back
Top Bottom