What issue will HIT me hard when I convert an Access 2002 MDE application to Web Application?

  • Thread starter Thread starter Sean
  • Start date Start date
S

Sean

Hi All,

Current Access 2002 MDE application:
- has no tier
- has neither business object nor any kind of object (Except MS Form object
and Report object)

I feel that I'll face uncountable issue but I've no experience in ASP.NET.

Hope you guys can help me by pointing out a general overview.

Thank you very much.


Best regards,
Sean
 
How much do you know about web prog in general? Maybe the biggest difference
is that there is a request and response every time the user clicks a button,
with a relatively slow page refresh. You also have an issue with state,
because pages are stateless. Wrox books are good.

hth
Justin Dutoit
 
I only done some static web page before.
I know business object and n-tier (Windows based application).

I just join a company and they wanna convert this piece of objectLESS
and tierLESS code.
I've no knowledge of web application.
That's the reason you read my message.

: ) Thanks for your advice.
 
Back
Top