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 MikeeOK on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Recent content by daddio2005

  1. daddio2005

    Make and Model dropdowns, database driven

    Have a database table of makes: Rover, Nissan etc and a database table of car models with the make ID assosciated. Will have a dropdown for makes based on the makes table, database driven. Then when a selection is made for the make, i need the model dropdown to appear and populate itself...
  2. daddio2005

    Keyword Density Search

    How does this work in an ASP page? Surely the function is written in the ASP page but the SQL query is run on the database. How will this mix correctly? Thanks.
  3. daddio2005

    Keyword Density Search

    Basically the table contains page names and page content. Upon deciding on a keyword to search for, I want to return all page names that have that word in the content and ORDER IT BY DENSITY/RELEVANCE. Any ideas would be appreciated. thanks
  4. daddio2005

    Keyword Density Search

    Thanks for your reply. Ideally I was looking for a SQL statement that would do this query for me, is such a thing possible? Also not sure how to integrate the above function into results from a recordset? Cheers.
  5. daddio2005

    Keyword Density Search

    I have a table that contains a memo field which has lots of information in it. I wish to search through each row in that table and return of count of how many times a word occurs for each row. I know the COUNT() function counts the number of rows but I need to count the number of occurances in...
  6. daddio2005

    Property Availability Search

    I do not think it is that simple as there maybe 15 entries for bookings for any one property and SOME of them are bound to conform to the statement you have suggested and therefore return the property ID. But the others that didnt match, contradict the availability!
  7. daddio2005

    Property Availability Search

    Thanks for your reply but , I do not think this will work. Doesnt this look for the time scale to fit WITHIN the booking times?? I need it to look OUTSIDE the booking times, bearing in mind that the latest booking for a property may be 12/12/05 til 18/12/05 so we know it is free from the...
  8. daddio2005

    Property Availability Search

    I need to be able to search through a database of property bookings and retreive all properties that are available within the date range specified. For example: Arrive: 7 Dec 2005 for 7 Nights. So availability of a property needs to be: 7 Dec - 14 Dec I assume I will have a table of...
  9. daddio2005

    Database Locked?

    Sorry but I have no idea how to run sp_who2 procedure in SQL Analyser! Can anyone show me step by step how to do this? The Updates statments are running within a ASP webpage as described above. Or if anyone would be willing to look at my code, it would much appreciated. Thanks
  10. daddio2005

    Database Locked?

    So is there anyway I can un-lock the row? I dont understand why this section of code works on another page but not this one! Would anyone allow me to e-mail them the peices of code and maybe you could have a look at it? It really doesnt mae sense to me! Thanks.
  11. daddio2005

    Database Locked?

    Hi I am running the following code to UPDATE a few rows in a table. The corresponding INSERT statement runs fine and many other UPDATE statements work fine so I know the permissions are OK. Any Ideas? It doesnt throw any errors up, just times out! strSQL = "select * from pages where page_id="...

Part and Inventory Search

Back
Top