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 Mike Lewis 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: *

  1. kentusha

    Special Handling of Form Parameters

    figured it out. I need the .text attribute, ie: form1.options[form1.selectedIndex].text;
  2. 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...
  3. kentusha

    SQL Tree Insertion

    sounds logical. will try it. thanks.
  4. kentusha

    SQL Tree Insertion

    thanks for the advice but I am not sure how I would implement it. I am currently inserting them alpha, and they come out alpha. Can I not go and reorder them somehow without reinsterting them all? How would your idea get implemented? This is basically the table structure shown in an insert...
  5. 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...
  6. kentusha

    Query about how many times a query was made

    alrighty, thanks.
  7. kentusha

    Query about how many times a query was made

    thanks for the interest, I should have made myself clearer, Iconfused the issue by showing the insert statement. The insert statement is actually how I build the row, I just meant to show the logic of the columns. No insert is happening behind the scenes where I can count up. any other tips?
  8. 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