How do I create a web interface for a database?

D

Duane Hookom

You start by asking your question in a web development news group or
googling on "Web Development Database".
 
B

Brendan Reynolds

If your organisation already has a web server or hosting service that you
are required to use, then you need to talk to your administrative people to
find out what technologies are supported on that server or hosting service.
There's no point learning ASP.NET only to find that your server supports
only PHP or JSP.

If your server or hosting service supports ASP.NET, or if you are free to
choose the server technologies you want to use, then for Microsoft's
solution check out www.asp.net

There are non-Microsoft solutions as well, of course, but I don't know
enough about those to suggest any resources.
 
W

Web interface

Thank you Brendan.

Lucio Milisci
Brendan Reynolds said:
If your organisation already has a web server or hosting service that you
are required to use, then you need to talk to your administrative people to
find out what technologies are supported on that server or hosting service.
There's no point learning ASP.NET only to find that your server supports
only PHP or JSP.

If your server or hosting service supports ASP.NET, or if you are free to
choose the server technologies you want to use, then for Microsoft's
solution check out www.asp.net

There are non-Microsoft solutions as well, of course, but I don't know
enough about those to suggest any resources.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top