Upated post

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

My last post did not sound so good.

Will someone explain what data access pages are used for.

Thanks Bill
 
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.
 
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.
 

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