Access and HTTP/S Posts

J

jd_aberdeen

Hi there

I'm looking at using MS Access for a project and need to post some dat
from a database to a server using HTTP or (ideally) HTTPS.

Is this possible in Access and if so, does anyone know where I migh
find a tutorial?

Many thanks

Joh
 
G

GVaught

You can use Access to return data to any type of web page using Active
Server page code or ASPX (.Net). As far as tutorials, I don't know of any.
However, there are several web sites that you can visit that will help you
learn the languages. I would recommend buying a book once you determined
what language you need to use. Note: ASP/ASPX are Windows based. You may
have to use another method for a Unix based web server.
 
G

Gary Miller

4guysfromrolla.com has a lot of ASP tutorials and examples.

--

Gary Miller
Gary Miller Computer Services
Sisters, OR
________________________
GVaught said:
You can use Access to return data to any type of web page using Active
Server page code or ASPX (.Net). As far as tutorials, I don't know of any.
However, there are several web sites that you can visit that will help you
learn the languages. I would recommend buying a book once you determined
what language you need to use. Note: ASP/ASPX are Windows based. You may
have to use another method for a Unix based web server.
 

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