Results 1 to 2 of 2

Thread: DB to the web

Hybrid View

  1. #1

    Thread Starter
    New Member
    Join Date
    Jan 1999
    Location
    Plantation,FL,USA
    Posts
    2

    Post

    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!

  2. #2
    Serge's Avatar
    Join Date
    Feb 1999
    Location
    Scottsdale, Arizona, USA
    Posts
    2,744

    Post

    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


Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width