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!

Search results for query: *

  • Users: daddio2005
  • Content: Threads
  • Order by date
  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

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