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`)...
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'...
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!
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...
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.