Re: Access to ASP




kelvin H via AccessMonster.com wrote:
> Is it possible to convert Access 2000/2003 (with forms and queries) to ASP
> web page format ?
> Any software can do that ?

I tried one a few months ago. I can't remember what it was called,
luckily, because it was completely useless.

You must understand that an Access form and and ASP web page are only
superficially similar. In addition, ASP has no native "query" as such,
but must use ADO or something else to run queries - there is no
connectedness such as is found in Access.

Edward

.



Relevant Pages

  • Access to ASP
    ... Is it possible to convert Access 2000/2003 (with forms and queries) to ASP ... web page format? ... Prev by Date: ...
    (comp.databases.ms-access)
  • Re: Access to ASP
    ... kelvin H via AccessMonster.com wrote: ... > Is it possible to convert Access 2000/2003 (with forms and queries) to ASP ... > web page format? ...
    (comp.databases.ms-access)
  • Re: Access to ASP
    ... Too often people want web pages to behave like windows apps. ... If that's not what you want, then check out my article at DBJ. ... >> Is it possible to convert Access 2000/2003 (with forms and queries) to ASP ...
    (comp.databases.ms-access)
  • Compile error. in query expression
    ... >gone back to some of the queries to slightly modify them, ... >and they all give me a compile error. ... and in fact still run as stored procedures from ... >ASP pages, but won't open correctly in Access itself. ...
    (microsoft.public.access.queries)
  • python asp page keeps state across queries !?!?
    ... I am writing asp pages in python, running on IIS 5 on Windows. ... that survives to multiple queries. ...
    (comp.lang.python)