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...
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...
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)...
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...
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...
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...
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.