Results 1 to 4 of 4

Thread: ASP & MS Access

  1. #1

    Thread Starter
    Addicted Member
    Join Date
    Feb 2001
    Location
    Egypt
    Posts
    179

    ASP & MS Access

    Hello,

    I know that one of uses of ASP is accessing database.
    If I have ASP page that access "MS Access database", can I distribute this site on CD
    so that the user browse this website on CD instead of internet without having to install
    WebServers on the user system. Or, is there any way to distribute websites that uses Access database
    on CD's.

    Thanks,
    Belal Marzouk

  2. #2
    Banished Cander's Avatar
    Join Date
    Dec 2000
    Location
    Why do you care?
    Posts
    6,913
    no they would have to have PWS or IIS installed and the files put into the wwwroot directory or a virtual directory.
    Stack Overflow
    See the features of Visual Studio 2010 and C# 4.0: The 10-4 show on Channel9

  3. #3
    Frenzied Member HarryW's Avatar
    Join Date
    Jan 2000
    Location
    Heiho no michi
    Posts
    1,827
    The thing with ASP is that you need the ASP interpreter to be invoked every time an ASP page is requested from the server. If you just view an ASP page locally (ie if it was on a CD), it's not requested from the server so the page is not dynamic.

    You could probably embed an ActiveX control into the page whch could access the database client-side, and do whatever you wanted with the page.
    Harry.

    "From one thing, know ten thousand things."

  4. #4
    Lively Member
    Join Date
    Jan 2001
    Location
    india
    Posts
    109

    i am seraching U only

    hai Harry,
    Why don't give me a illustration to open a database with out the help of Asp,Cgi or other server side scripting languages,

    I am searching for this code from long back.

    Is this possible to open a database using object tag of html
    display data in to the page .

    if so please send me the source.

    U will be so thank ful.
    I respect love and lovers ,but it should be possesive .
    I love friendship and friends but it should be true.

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