Re: web server.how to use adoce3.1 in asp in web server of windows ce4
- From: "John Spaith [MS]" <jspaith@xxxxxxxxxxxxxxxxxxxx>
- Date: Mon, 7 Nov 2005 12:12:26 -0800
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.
.
- Prev by Date: eVC4 installation problem
- Next by Date: Re: FTP & WEB server on CE .NET - how to define password?
- Previous by thread: eVC4 installation problem
- Next by thread: Re: web server.how to use adoce3.1 in asp in web server of windows
- Index(es):
Relevant Pages
|
Loading