Web form that drops into access database

M

mgreer65

I want to do something that I feel is very simple; however, I have no
knowledge of how to do it. I want to have a form on a website that
drops the data from the form into an access database.

I have a decent amount of experience with web design, and would just
like somewhere to start. Any help would be greatly appreciated.


Thanks,
Michael
 
B

Brendan Reynolds

I want to do something that I feel is very simple; however, I have no
knowledge of how to do it. I want to have a form on a website that
drops the data from the form into an access database.

I have a decent amount of experience with web design, and would just
like somewhere to start. Any help would be greatly appreciated.


Thanks,
Michael


If you have an existing server or hosting service, the first step is to find
out what data access technologies are supported on that server or by that
hosting service. You don't want to spend time learning a data access
technology and designing an app that depends on it only to find that your
server or hosting service doesn't support it.

If you decide to go with ASP.NET, there are some tutorials on data access
using ASP.NET at the following URL ...

http://www.asp.net/learn/data-access/
 
Top