Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Rhinorhino on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Recent content by neilyboy

  1. neilyboy

    complete newbie needs help uploading asp files

    I configured my intranet server access DSN with the exact same pathname as i did on my local machine i.e. c:\inetpub\wwwroot\database\test.mdb and it worked fine!! This was how the dsn was on my local machine, on the server i had uploaded the pages to a different page and the dsn was setup to...
  2. neilyboy

    complete newbie needs help uploading asp files

    I tried what you said but to no avail!!! I'm using IIS on my local machine and it works fine!!! Could it be that the pages are looking for the databse in a certain directory yet when i upload the site to the server the database is in a different directory and thus it can't find it?
  3. neilyboy

    complete newbie needs help uploading asp files

    This doesn't make sense though if it works on my local machine though, does it? I do appreciate your help anyway.
  4. neilyboy

    complete newbie needs help uploading asp files

    My database is called test.mdb it is a very simple table with 4 fields format,title,condition and release, the search is done via the format field. the Access DSN is also called test. <%@LANGUAGE=&quot;VBSCRIPT&quot;%> <!--#include file=&quot;Connections/test.asp&quot; --> <% Dim...
  5. neilyboy

    complete newbie needs help uploading asp files

    I have just created my first asp pages which are a basic search page and insert new record page, they are linked to a little .mdb database. everything works fine on my local win2k machine, but when i upload the files to my companmy intranet server i get a blank page when i click search, i then...

Part and Inventory Search

Back
Top