materix
|
| Posted: 04/14/2005, 5:32 AM |
|
Hi. I am using CCS.
I have built a project/application with PHP and MySql, but now my customer want's the app. to be in ASP and Access.
Do I need to redo the whole app. from scratch, or is there any method/technique to reuse some of my work?
|
|
|
 |
Nicole
Posts: 586
|
| Posted: 04/14/2005, 5:42 AM |
|
Hi,
There’s no need to re-do the entire project. To move to ASP+ Access you need to convert your database of course. Then in your project switch to ASP code generating pattern and re-design database connection. Now you can regenerate project and get its ASP version. But all server side events code you need to re-write on ASP manually.
_________________
Regards,
Nicole |
 |
 |
|