![]() | |
![]() |
| | Thread Tools | Display Modes |
#1
| |||
| |||
|
#2
| |||
| |||
|
|
hello, i have this summarized stored proc. Problem is, when using 'Send', my aspx page reads (asp.net)Request.Form as empty However, when I use a simple html file to post, it works. Does anyone know what's wrong? |
#3
| |||
| |||
|
|
Nick Chan (zzzxtr... (AT) yahoo (DOT) com) writes: hello, i have this summarized stored proc. Problem is, when using 'Send', my aspx page reads (asp.net)Request.Form as empty However, when I use a simple html file to post, it works. Does anyone know what's wrong? I don't understand what you mean with "html file to post" or "send", but then I am completely ignorant about web servers and ASP. However, whatever you are doing, you should not use the sp_OAcreate routines in SQL 2005. Write a stored procedure in .Net instead. If you still have to call this Msxml2.ServerXMLHTTP object you will have to make the assembly unsafe, but I think it's still better than having to enable sp_OAmethod and granting privileges to it, as this is a big security risk. -- Erland Sommarskog, SQL Server MVP, esq... (AT) sommarskog (DOT) se Books Online for SQL Server 2005 athttp://www.microsoft.com/technet/prodtechnol/sql/2005/downloads/books... Books Online for SQL Server 2000 athttp://www.microsoft.com/sql/prodinfo/previousversions/books.mspx |
![]() |
| Thread Tools | |
| Display Modes | |
| |