Click to See Complete Forum and Search --> : Method "POST" will not return results...


Rashar
04-22-2004, 07:41 AM
Good morning,

I have a strange problem that when I use method POST in my online survey, the responses from the survey and the questions do not populate in my sql server database. When I use method "GET", the questions and responses populate.

Problem is, when I use method "GET", it limits my form to approximately 1600 characters when clicking on the submit button... where as method "POST" is unlimited.

Does anyone know why this is?

Thanks in advance.

Rashar
04-22-2004, 07:49 AM
Actually, I found out my problem...on my process.asp page to write to the database, I was using Request.Querystring as opposed to Request.Form to pull the data. Once I changed it to Request.Form("Recordset") then it worked.

Rashar

Stopper31
04-23-2004, 07:12 PM
Glad I could help!