Re: web server.how to use adoce3.1 in asp in web server of windows ce4



There is no server.CreateObject() in Windows CE ASP. You'll need to use the
VBScript or JScript equivalent functions to create new ActiveX objects --
i.e. 'newActiveXObject("ADOCE.Connection.3.1")' in jscript or whatever the
syntax is.

IIS had to have the Server.CreateObject() for some reason I've long since
forgotten, but CE didn't need it and hence we didn't implement it.

--
John Spaith
Software Design Engineer, Windows CE
Microsoft Corporation

Check out the new CE Networking Team Blog at http://blogs.msdn.com/cenet/.

This posting is provided "AS IS" with no warranties, and confers no rights.
You assume all risk for your use. © 2003 Microsoft Corporation. All rights
reserved.

"soul" <soul@xxxxxxxxxxxxxxxxxxxxxxxxx> wrote in message
news:9A5A6709-994E-4298-98C4-10B1B76F5A80@xxxxxxxxxxxxxxxx
> how to use adoce3.1 in asp in web server of windows ce4.2
> example
> <%
> Set cnMobileSales = server.CreateObject("ADOCE.Connection.3.1")
> %>
> but i can not work. anyone can tell me how to do by right way.


.



Relevant Pages

  • Re: component migration issue from windows NT to windows2003
    ... It may be that the ASP application has reduced rights on the machine. ... NT box with Windows 2003. ... > returning value '2' after CryptAcquireContext api call ... ...
    (microsoft.public.dotnet.framework.component_services)
  • Re: Open COM ports in ASP
    ... check out your platform builder's <Windows CE ... will allow you to configure web server configuration settings. ... Also you don't have to worry about IObjectSafety on this because ASP doesn't ... This posting is provided "AS IS" with no warranties, and confers no rights. ...
    (microsoft.public.windowsce.embedded.vb)
  • Re: WinCE 5.0: HTTPD Server does not accept cookies.response
    ... Windows CE Networking ... This posting is provided "AS IS" with no warranties, and confers no rights. ... using asp with vbscripts. ... The server method I'm using is POST ...
    (microsoft.public.windowsce.platbuilder)
  • Re: So leaky that a $4 billion industry was built to protect it
    ... a richer data interpreter, e.g. Wordpad ... release on Windows then, and ever since. ... To do any real damage to the operating system as ... with their rights) have the right to alter their own data. ...
    (microsoft.public.windowsxp.general)
  • Re: Should we stay with M$
    ... Windows, and not on Linux. ... MS has a poor track record, has done since People started 'targetting' ... Apache does not have support for full-blown ASP ...
    (RedHat)

Loading