var adoStream = new ActiveXObject("ADODB.Stream");

B

blini

This command is giving error.
The error returned from the Javascript is: "the server of Automation
cannot create object".
How I arrange this error?
 
M

Martin Honnen

blini said:
This command is giving error.
The error returned from the Javascript is: "the server of Automation
cannot create object".
How I arrange this error?

You can automate such objects like ADODB.Stream in a host enviroment
like a HTA
(<http://msdn.microsoft.com/library/default.asp?url=/workshop/author/hta/hta_node_entry.asp>)
or a Windows Script Host file
(<http://msdn.microsoft.com/library/d...html/d78573b7-fc96-410b-8fd0-3e84bd7d470f.asp>).

Don't expect to be able to use such objects in the sandbox the browser
provides to J(ava)Script, at least not with normal security settings for
the Internet zone in Microsoft Internet Explorer.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

Forum statistics

Threads
473,755
Messages
2,569,537
Members
45,020
Latest member
GenesisGai

Latest Threads

Top