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

    Special Handling of Form Parameters

    hi-ya guys, I must say I have respect for javascript programmers, I find it tough as nails. Alrighty here is what I am doing: I have three combo boxes. When you make a selection from combo box 1, it sends an sql query and populates box two, when you make a selection in box two it sends a...
  2. kentusha

    SQL Tree Insertion

    Hi-ya Alrighty I have a sql tree structure, for example: ("1","0","Top"} ("2","1","A"} ("3","1","C"} ("4","1","D"} and I want to do an insert and retain the sorting eg: ("1","0","Top"} ("2","1","A"} ("3","1","B"} ("4","1","C"} ("5","1","D"} what is the best way to...
  3. kentusha

    Query about how many times a query was made

    sorry I am very new to sql, so forgive me if this sounds daf, I have a javascript tree that accesses an sql database, you can have a look at http://www.bigblogzoo.com/, anyway I need to know how many times a row is queried. for example I would like to know how many times url was queried or...

Part and Inventory Search

Back
Top