|
-
Dec 13th, 1999, 03:53 AM
#1
Thread Starter
New Member
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!
-
Dec 13th, 1999, 06:32 PM
#2
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
[email protected]
[email protected]
ICQ#: 51055819
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|