Hi,
I'm having a problem preforming a search with my indexing service. Everything works fine, the problem are only the queries - it doesnt seem to like searches that are not exact words. For example, if I search for "dog" it will result all pages that containg the word...
Hi,
I am sure you all know the 101's ASP Quiz sample (http://www.asp101.com/samples/quiz.asp).
I would like to upgrade this fine sample with the ability of the script generating a different (random) order of the questions in the db.
At first I thought this would be a simple procedure of...
Below is a script I use to read text from a file.
The problem is that it doesn't seem to work - when it comes to the "opentxtfile" part it just loads and loads and eventually times out. I'm running IIS on win2000.
Any ideas?
dim strFilePath
dim strFile
dim objFile
dim strFileTxt...
Hello,
I am planning a website and would like to bounce some ideas to perhaps get some new ones or get myself pointed in the right direction.
The goal and background are as follows:
- asp, access, vbscript
- table called "StructureElements" with the fields: ElementId (e.g...
Hello,
let's say we have a table in Access with two fields: MyName, MyArea.
This is probably a very newbie question (but we all have to learn sometime) - what I would like to achieve is:
(- get the records from db with an SQL query)
(- put them in a recordset)
- then display existing areas...
Down below is the beginning code of what I am trying to do... The goal is:
- get all records from a table (done)
- get 10 random items (done)
- if you encounter an item that has already been used, skip it (having trouble)
I tried to solve my problem by creating an array, populating it with...
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.