Re: ASP Guru needed (XML+ASP)
Web Server forum
Back To The Forum Home!Search!Private Messaging System

Web Server Talk Web Server Talk > Web Servers reviews > IIS server support > IIS ASP > Re: ASP Guru needed (XML+ASP)




  Last Thread   Next Thread Next
  Show Printable Version Email this Page Subscribe to this Thread      Post New Thread    Post A Reply      

    Re: ASP Guru needed (XML+ASP)  
JimmySlam


View Ip Address Report This Message To A Moderator Edit/Delete Message


 
03-17-06 12:50 PM

Ok i just realised that if I send the XML (the big and standard one) it says
that error I said before anyway. So Im gonna try to start with a v small
XML.



So I write ur code on ASP and this error appears...

Response object error 'ASP 0185 : 80020003'

Missing Default Property

/temp/uploadXML.asp, line 0

A default property was not found for the object



So i changed a few things after looking on google:


Dim strXML
Dim objXML

Set objXML = Server.CreateObject("Microsoft.XMLDOM")
objXML.LoadXML Request.QueryString("database1")

response.write(objXML.xml) 'I put ".xml" here because it said error without.

objXML.save("haha.xml")



Now i have to give writing permissions and test. After that I have to test
it with the proper DB.

Cheers, i will let you know how things are going, you can learn from this
bloody thing





Jimmy











"Anthony Jones" <Ant@yadayadayada.com> wrote in message
news:%23iC3zrUSGHA.2536@tk2msftngp13.phx.gbl...
> 
> 
>
>
> Well I guess this should work:-
>
> Dim strXML
> Dim objXML
>
> Set objXML = Server.CreateObject("Microsoft.XMLDOM")
> objXML.LoadXML Request.QueryString("database1")
>
>
> But the query string isn't where you really want to be putting the data,
> it's not really a POST more a GET with a very large query string.
>
> Is there no mechanism in Flash to perform a proper post where the XML is
> sent up as the entity body?
>
> Anthony.
>
>
>







[ Post a follow-up to this message ]



    Sponsored Links  




 





   All times are GMT. The time now is 02:05 PM.      Post New Thread    Post A Reply      
  Last Thread   Next Thread Next


Most Popular forums 

Forum Jump:
Rate This Thread:

Forum Rules:
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts
HTML code is OFF
vB code is ON
Smilies are ON
[IMG] code is OFF
 
Medical and Health forum | Computer Games Reviews | Graphics design forum

Back To The Top
Home | Usercp | Faq | Register