Link Access with Web

A

asid

Can i link Access with the web, so that user's information can directly be
stored in the database.
 
A

Arvin Meyer [MVP]

asid said:
Can i link Access with the web, so that user's information can directly be
stored in the database.

The Access JET database engine can be written to by any ODBC compliant
application. On the Web, this means you can use asp pages, coldfusion, php,
or a number of other languages that are browser compatible. I personally use
asp. Keep in mind that Access is not as robust as database engines like
SQL-Server which are built specifically to handle extremely heavy loads. I
have had moderate loads with as many as 5,000 hits a day on an Access
database.
--
Arvin Meyer, MCP, MVP
Microsoft Access
Free Access downloads:
http://www.datastrat.com
http://www.mvps.org/access
 
Top