PDA

Click to See Complete Forum and Search --> : DB to the web


wheel
Dec 13th, 1999, 02:53 AM
I am writing a DB app that needs to be used as a stand-alone exe on a PC AND in a web format.
What is the best way (for speed and minimal redundancy) to achieve this?

ActiveX...ASP...other?

Thanks!

Serge
Dec 13th, 1999, 05:32 PM
ASP would be a good way to go. You would have to store all needed files on a server side (i.e. database, dlls etc). Also the beauty of ASP is that no one can see your code. Every response you get from ASP page is just an HTML page that ASP dynamically generates.

Good luck with your project,

------------------

Serge

Software Developer
Serge_Dymkov@vertexinc.com
Access8484@aol.com
ICQ#: 51055819 (http://www.icq.com/51055819)