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 TouchToneTommy 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: matejv
  • Content: Threads
  • Order by date
  1. matejv

    indexing service search query problem

    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...
  2. matejv

    asp quiz with random order of questions

    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...
  3. matejv

    problem when reading from a text file

    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...
  4. matejv

    Hello, I am planning a website

    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...
  5. matejv

    asp& sql how-to display records from tbl

    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...
  6. matejv

    array handling problem

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

Part and Inventory Search

Back
Top