after running following servlets the web page is get hanged
"ServletRecord.java"
"Home.java"
following database i 'm using
"P_ID" NUMBER(*,0),
"LASTNAME" VARCHAR2(255 BYTE),
"FIRSTNAME" VARCHAR2(255 BYTE),
"ADDRESS" VARCHAR2(255 BYTE),
"CITY" VARCHAR2(255 BYTE)
i'm not understanding why this is not working
William Brogden
Author and all-around good cowpoke
Rancher
Joined: Mar 22, 2000
Posts: 12271
1
posted
0
When you say
the web page is get hanged
what exactly does that mean?
What happens on the browser?
Does the server CPU go to 100%?
Do other web apps/pages on the server still respond?