Expression Web

  • Thread starter Thread starter Louis Sequin
  • Start date Start date
L

Louis Sequin

Why, ever, would there be so much support distributing from Access to Share
Point and none to Expression Web? Doubly so whe MS is pushing the living
crap out of EW right now.

Any idea if Access forms will ever have publishing support to ASP.net for EW
or VWD? Or are we, forever going to have to create tables and then do all
the front end and code to surround them in the not great for serious
application development environments of VWD and EW.
 
Hi, Louis.
Any idea if Access forms will ever have publishing support to ASP.net for
EW or VWD?

Extremely doubtful. Microsoft Access database applications (and their
objects, such as forms and reports) are designed for the rich desktop
platform. Web applications are designed for thin client platforms (i.e.,
Web browser-centric) which use minimal resources. Microsoft Access is not
the right tool for building thin client applications. Other tools abound
for building thin client applications, so there's no vacuum for Microsoft
Access to fill in data-driven Web applications.

Besides, the user-interactive requirements of Microsoft Office applications
make Web servers hang, so putting an Access form or some other Web
application component that requires Access to be running in the background
is only asking for trouble. The Web application needs to be completely
independent of the Access database application and merely connecting to its
tables as a data source at run time. Having Access create that Web
application or components of that application would put the limitations of
Access on that Web application, which doesn't make much sense. There are
far better tools for this.
Or are we, forever going to have to create tables and then do all the
front end and code to surround them in the not great for serious
application development environments of VWD and EW.

If you want a rich desktop environment for your serious software
applications, thin client development tools aren't going to get you there,
at least not with today's technology standards and the foreseeable future's.

HTH.
Gunny

See http://www.QBuilt.com for all your database needs.
See http://www.Access.QBuilt.com for Microsoft Access tips and tutorials.
Blogs: www.DataDevilDog.BlogSpot.com, www.DatabaseTips.BlogSpot.com
http://www.Access.QBuilt.com/html/expert_contributors2.html for contact
info.
 
yes, it is quite easy

build an Access Data Project, move your DATA and then rebuild your
forms


nobody uses MDB for anything anymore
 
correction!

Microsoft promised us this feature at blogs.msdn.com/access and it DID NOT
SHIP in Access 2007
 

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