Upated post

B

Bill Winter

My last post did not sound so good.

Will someone explain what data access pages are used for.

Thanks Bill
 
K

Ken Snell [MVP]

Data Access Pages are used as the "GUI" over an intranet for an ACCESS
database. They work through the internet browser, and use VBScripting or
JavaScript as the programming language. They also use ADO for recordsets and
queries.

They have many limitations when compared to forms and reports, but they do
have their uses. Unfortunately, there is not a lot of documentation for
them, nor have many words been written about them in books.
 
B

Bill Winter

Thanks for the reply Ken.

Ken Snell said:
Data Access Pages are used as the "GUI" over an intranet for an ACCESS
database. They work through the internet browser, and use VBScripting or
JavaScript as the programming language. They also use ADO for recordsets and
queries.

They have many limitations when compared to forms and reports, but they do
have their uses. Unfortunately, there is not a lot of documentation for
them, nor have many words been written about them in books.
 
Top