Please start any new threads on our new
site at https://forums.sqlteam.com. We've got lots of great SQL Server
experts to answer whatever question you can come up with.
Author |
Topic |
kelvinangom
Starting Member
3 Posts |
Posted - 2011-05-30 : 17:58:49
|
hi,i am not able to insert more than 400 or more ( here i am selecting a particular field from my html) but after my insert button is press ..it is showing " Error 324 (net::ERR_EMPTY_RESPONSE): The server closed the connection without sending any data." but i am able to insert around 200 values and i check my database it is correctly inserting.Please provide a solution for this if anyone know about this asap.... |
|
jackv
Master Smack Fu Yak Hacker
2179 Posts |
Posted - 2011-05-31 : 01:21:26
|
Could you post what type of browser you are using?Jack Vamvas--------------------http://www.sqlserver-dba.com |
|
|
kelvinangom
Starting Member
3 Posts |
Posted - 2011-05-31 : 04:16:48
|
i aam using:oraacle 10g with tomcat server 5.5 using eclipse......for the browser i am using chrome and i tried in iexplore and firefox but still error occurs(in iexplorer it is not displaying error but page is not opening at all ) |
|
|
kelvinangom
Starting Member
3 Posts |
Posted - 2011-06-07 : 10:10:25
|
hello,everyone i finally found the solution by myself after few days.....the error is because of the url problem,,the url address when it takes more character, the browser will not be in function....so to avoid this use 'post method instead of get' in the formeg.<form name="formname" method="post" action"youraction">..I think everyone knows what post does. |
|
|
jackv
Master Smack Fu Yak Hacker
2179 Posts |
Posted - 2011-06-07 : 11:13:27
|
thanks for posting the response , is it just a chrome based error?Jack Vamvas--------------------http://www.sqlserver-dba.com |
|
|
AndrewMurphy
Master Smack Fu Yak Hacker
2916 Posts |
Posted - 2011-06-07 : 12:38:03
|
Kelvin..."oracle 10g" ... note this is a MSSQLServer focussed site so we will be of limited use to you. Try orafaq.com, but beware their "etiquette". some of the moderators get quite picky with the type of questions posted. |
|
|
|
|
|