Re: web app for RDA pull
From: Gil Lapid Shafriri (gilsh_at_online.microsoft.com)
Date: 03/27/04
- Next message: Matt Walker: "SQLCE update hangs with decimal"
- Previous message: steve: "Re: regular expressions"
- In reply to: Carlo: "Re: web app for RDA pull"
- Messages sorted by: [ date ] [ thread ]
Date: Fri, 26 Mar 2004 18:00:16 -0800
Currently we don't have win32 version of our client side components (This is
on out list for the next release).
So you can't run them on the IIS machine. Also we don't think that sqlce
database should be used as a web server database. If that what you are
trying to do - you have better alternatives.
Simply use SQL SERVER or MSDE (SQL SERVER free version) and write ADO.NET in
your asp page to access the database.
--
Gil Lapid Shafriri
SQL Server for CE
----------------------------------------------------------------------------
-------------------------------------------------
This posting is provided "AS IS" with no warranties, and confers no rights
"Carlo" <c.allegretti@multimodo.it> wrote in message
news:uBY3xgDCEHA.3360@TK2MSFTNGP11.phx.gbl...
>
> I explain better my question.
> I have a CE device with web server and SQL CE components installed.
> On this device I can already do a pull from a VB.NET application but I
want
> to do it also from a asp file using IIS.
> So what I think is that if the device has all components to do pull from
VB
> it would be possible to do it also from asp web application.
> Is this correct ?
>
> I tried to put this code in a asp file and run it with internet explorer
but
> it can't run.
>
> <%
> If System.IO.File.Exists("\My Documents\test.sdf") Then
> System.IO.File.Delete("\My Documents\test.sdf")
> End If
>
> Dim engine As New SqlCeEngine("Data Source = \My
> Documents\test.sdf")
> engine.CreateDatabase()
> %>
>
> If it is possible can I have a code example ?
>
> Carlo
>
>
>
>
>
> "Kevin Collins [MS]" <kevincol@online.Microsoft.COM> ha scritto nel
> messaggio news:%23jAbQA5BEHA.3796@TK2MSFTNGP10.phx.gbl...
> > Currently SQL Server CE client agent (which is necessary to do an RDA
> PULL)
> > is only available for WindowsCE.NET and PocketPC devices.
> >
> > So, it is not currently possible to do a pull on a IIS server.
> >
> > In the next release we will be offering a version of SQL Server CE that
> will
> > allow a user to do an RDA pull from a desktop machine, but ASP is not
> > something that is currently planned for support in our next release.
> >
> >
> > "Carlo" <c.allegretti@multimodo.it> wrote in message
> > news:uYxOCF2BEHA.3784@TK2MSFTNGP10.phx.gbl...
> > > Is it possible to create a web app to do RDA pull ?
> > > In details, I have a CE device with IIS and SQL Server CE support and
> > first
> > > I would like to create an asp file to create the sdf database on the
CE
> > > device, then create other asp files to control via web a RDA pull.
> > >
> > > I see only .net applications with create and pull examples, can
anybody
> > help
> > > me to find some web (.asp) examples ?
> > >
> > > Thanks
> > > Carlo
> > >
> > >
> > >
> > >
> > >
> >
> >
>
>
- Next message: Matt Walker: "SQLCE update hangs with decimal"
- Previous message: steve: "Re: regular expressions"
- In reply to: Carlo: "Re: web app for RDA pull"
- Messages sorted by: [ date ] [ thread ]
Relevant Pages
|