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. boske33

    problem with sorting id

    Thanks r937 for help! I modify your example and made what i need. i made two table justasec DROP TABLE IF EXISTS `test`.`justasec`; CREATE TABLE `test`.`justasec` ( `id` int(11) NOT NULL AUTO_INCREMENT, `dat` char(8) DEFAULT NULL, `bod` smallint(6) DEFAULT NULL, PRIMARY KEY (`id`)...
  2. boske33

    problem with sorting id

    Hi to all! i have one problem i have table like this: ID DAT BOD 1, '19540801', 73, 2, '19540726', 75, 3, '19550801', 75, 4, '19550906', 75, 5, '19540725', 74, and when i use this query select id,dat,bod from test.datum order by bod i got this : ID DAT BOD 1, '19540801', 73 5, '19540725'...
  3. boske33

    Configuring the JDBC Realm

    Hi goTerps88! I have similar problem but in NetBeans 6. CAn you post your server.xml ,to see how you change those lines,maybe it helps me to. Thanks
  4. boske33

    getting values in combobox from database without refreshing!

    Hi I finally find solution. with this function shoeRespones() was everything OK, i make some stupid mistake and forgot to move one line in jsp page. Thanks for help guys ,see you!
  5. boske33

    getting values in combobox from database without refreshing!

    Well i put it but i have same problem like softjack My code of that function is: function showResponse(originalRequest) { var list = $('city'); var xml_doc = new ActiveXObject("Microsoft.XMLDOM"); xml_doc.async = false...

Part and Inventory Search

Back
Top