hi, i am parsing the result pages from a database using classes in java.net packages. i am mangaged to parse only the first page. there are multiple result pages and it's using javascript to generate and next page as the user click on it. anyone knows how to do it with java?
please help...
hi, i am parsing the result pages from a database using classes in java.net packages. i am mangaged to parse only the first page. there are multiple result pages and it's using javascript to generate and next page as the user click on it. anyone knows how to do it with java?
please help...
hi, i am trying to create a multi-level nested table with the following schema..
create type typeA(
...
...
)
create type typeA_ntabtyp as table of typeA;
create type typeB(
...
a typeA_ntabtyp;
)
create type typeB_ntabtyp as table of typeB;
create type typeC(
...
b typeB_ntabtyp...
hi, does anyone know how to clean up the default cache?
the current config value of it is 32.0 Mb which prevents me from adding another cache
thank you very much,
dan
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.