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...
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...
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") =...
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?
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...
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")...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.