Web form that drops into access database

  • Thread starter Thread starter mgreer65
  • Start date Start date
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
 
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/
 

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

Back
Top