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...
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...
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...
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?
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...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.