How can I do this?

M

Marc

Please can anyone Help?
I am trying to link a access database to a website and
need it so that when someone hits submit, it will update
the database? IT will done with an 2000NT server.

thanks
Marc
 
D

Dave

Look into utilizing ASP.
Microsoft does have a couple of newsgroups related to ASP.

microsoft.public.inetserver.asp.db

Best bet is the above newsgroup.
Dave
 
J

Jim Carlock

Marc said:
Please can anyone Help?
I am trying to link a access database to a website and
need it so that when someone hits submit, it will update
the database? IT will done with an 2000NT server.

thanks
Marc

It can be done in several different coding practices. If you're familiar
with ASP and you have an IIS server that is making the connections, ASP
would be what you'd like to look for.

It can also be done via Java, though I wouldn't recommend going that route
and I wouldn't even know where to look for such... maybe Sun Microsystems
www.sun.com ?

VB and/or VC are two other routes. It's kind of a wide open field. You can
go other routes (outside of Microsoft as well) such as MySQL, PERL, and via
many other programmatic technologies.

Might want to check out a couple other newsgroups or post back here with
more details about how and what you want to accomplish.

microsoft.public.vb.database
microsoft.public.frontpage.programming
microsoft.public.scripting.vbscript
 
M

marc

thanks guys i will lookin to that
-----Original Message-----
Look into utilizing ASP.
Microsoft does have a couple of newsgroups related to ASP.

microsoft.public.inetserver.asp.db

Best bet is the above newsgroup.
Dave





.
 

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