If your app is a typical single-tier client-server application, you will be able to use most of the code and forms in an ISAPI application, using a TWebConnection. (ISAPI 2.0 is an international standard supported by Apache.) And you will be able to use Apache and any MDAC-connected database you like. However, you will have to separate your application into an app server and app client. If you have never done this, the task can be difficult first. If you'd think you'd like to go this way, I suggest creating a DCOM client version during development, since the client and app server will be able to talk to each other seamlessly on the same PC or even across their common domain. After you get your DCOM app working, it's a very simple matter to replace your DCOM component with a TWebConnection component. Of course, you'll have to have a remote PC outside your domain to test this, but this can be postponed until you are ready to test it on the web. If you are interested, email [email protected] attention Sam. Cheers :-)
--- In [email protected], siva subramanian <sivasu...@...> wrote: > > Dear All, > I have knowledge in delphi 7 windows based application.I done some windows > based application project in delphi 7. > Now im trying to convert those windows based delphi 7 application to Web > based delphi 7 application.Is there anyway to convert windows application to > web based application. > Otherwise how to make web based application Delphi 7 with Apache 2.2 and Back > End PostgreSQL.If anybody have idea.Please help me how to do this.Advance > thanks to all. > Thanks & Regards > Siva > > > Find top restaurants in your city only on Yahoo! India Local > http://in.local.yahoo.com/ > > [Non-text portions of this message have been removed] >

