Write value in com object

marin1858

New member
Joined
Jun 24, 2010
Messages
2
Programming Experience
1-3
I am retrieving data from XML database by using the com object. I would like to write the value of retrieval on the screen. I used response for the com object so when I try to use response.write here it gave me an error as (write is not the member of com object) what should I use?

Thanks a lot.
 
Back
Top