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 biv343 on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  • Users: ShotoCon
  • Content: Threads
  • Order by date
  1. ShotoCon

    Cannot Access Database!!

    Hi There, Was developing a site on my old machine and have now transferred to my new machine which, unfortunately, has vista installed on it and so comes with IIS 7 and now my site will no longer connect to the database :( Figured it was because the new machine has Access 2007 installed...
  2. ShotoCon

    Cannot Access Database!!

    Hi There, Was developing a site on my old machine and have now transferred to my new machine which, unfortunately, has vista installed on it and so comes with IIS 7 and now my site will no longer connect to the database :( Figured it was because the new machine has Access 2007 installed...
  3. ShotoCon

    Criteria Expression Error - HELP!

    Hi There, Have this bit of code here: dbQuery1 = "SELECT key FROM tempWin" Set recordSet = dbConnection.execute(dbQuery1) Dim winKey winKey=Cint(recordSet("key")) dbQuery1 = "SELECT * FROM contestants WHERE key = '"&winKey&"'" Set recordSet = dbConnection.execute(dbQuery1)...
  4. ShotoCon

    Automatically Select Record Every Hour

    Hi, Im currently writing an ASP page to select a record from a database based on the time stamp created when added. At present this has to be done manually - the user currently selects the hour they want the random record from (have randomisation sorted) and submits, system takes random record...
  5. ShotoCon

    Selecting 20 random distinct records

    Was wondering if anyone could give me any tips on this before i got started and got bogged down going down the wrong path! I need to be able to select 20 distinct records from a database - but the selection also needs to be random. Its basically for a quiz so I cant have the same question sets...
  6. ShotoCon

    ASP Pages come up as 'Page Not Found'

    Can anyone help. Have set up a Virtual Server to develop some systems for myself before putting them live on an actual server - done this with several pieces of web-tech software (mainly coldFusion). Am trying to create a fairly simple ASP app but when i try to view any of the ASP (.asp) pages...

Part and Inventory Search

Back
Top