Migrating from MS Access to SQL Server with ASP.Net 2.0 (1 Viewer)

nandar

New member
Local time
Today, 15:52
Joined
Dec 22, 2006
Messages
4
Hi All,

I am involved in migratinig one of the MS Access Project to ASP.Net and SQL Server 2000. My question here is that how Modules and Class Modules can be taken care in ASP.Net. To some extend I know the answer (I beleive) but I want to know whether that is the right way or any other solution is available.

My understanding is,
1) MS Access Modules will be placed in the App_code directory (wrt .Net 2.0) and set the Methods and the variables to "static".

2) MS Access Class Modules can be treated as a class in ASP.Net also, I beleive it meets the requirement.

I just want to know whether my understanding on the above modules are right or any other better solution is available.

Any pointer towards this will help me to solve the problem. Any articles or links for the Migration will help me a lot.

Thanks
Nanda.
 

Users who are viewing this thread

Top Bottom