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 Mike Lewis 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: *

  1. dasphatman

    Can't figure this out!?

    I'm trying to create a golf score script, and are doing ok so far, but has stumbled on an issue. To make this explanation easy I have decided to only use 3 holes in my score card. The scorecard have 3 holes (hole1, hole2, hole3) which has a preferred number of strokes (par5, par4, par4). Now...
  2. dasphatman

    Layer over mediaplayer!?!

    Is it possible to create a layer/javascript over a mediaplayer, where I can put a image/add untill the player has finished buffering, og mayby even set a timer, so the image/add allways stays on atleast 5 sec. Hope somebody can help me...
  3. dasphatman

    Insert record.

    I have tryid this, but it wont work. Cant seem to see the problem. Can you? <% function SQLlize(vStr) vStr = TRIM(vStr) vStr = Replace (vStr, "'", "''") sStr = replace(sStr,"'", "´") SQLLize = vStr end function 'ON ERROR RESUME NEXT Application("Connectionstring") =...
  4. dasphatman

    Insert record.

    Is it possible when you insert a record in a database to only insert max 5 records. Can i make it delete the oldest one when i want to insert record #6 and so on?
  5. dasphatman

    Only considering the last 10 records for each ID

    The SELECT TOP 10 does not do the trick, cause that will only get me the top 10 players of the Ranking l0 players of the Ranking tabel with the average of all their records. I think i first need to get the average for each player using the SELECT TOP 10 statement ORDER BY Date, and then some...
  6. dasphatman

    Only considering the last 10 records for each ID

    I'm having this golfclub where i want to create my own "world ranking" by getting the average of each players points, but I only want the script to consider the latest 10 records for each player. I have no problem with the first part as the script below does. <% Application("Connectionstring")...

Part and Inventory Search

Back
Top