R
rockdale
Hi, All:
We have an Window CE application which stores data in SQLCE. We need to
transfer those data in SQLCE back to laptop which has a MSDE (MS SQL
Desktop Engine). The PDA will be sitted in the cradle when the
transfer happens. No WiFi available between the laptop and PDA.
We used webservice to handle the data exchange but now we find out that
our user does not want the IIS is running on the laptop because
security issues.
We checked Remote Data Access and Replication options but these two
options also need IIS installed on the laptop.
Is there any options that do not use IIS. All I read from Microsoft
website is using IIS.
I know we can export the data from SQLCE to text file and then send the
text file to the laptop and let the laptop read the text file and
import the data. But this may not be a good choice 'cause this will
require the user start the read text file and import function on the
laptop. Besides, the text file need to be encrypted.
I know there is System.Data.SQLClient in .NET CF, can this be used to
access the MSDE on laptop without the IIS server?
Thanks a lot
We have an Window CE application which stores data in SQLCE. We need to
transfer those data in SQLCE back to laptop which has a MSDE (MS SQL
Desktop Engine). The PDA will be sitted in the cradle when the
transfer happens. No WiFi available between the laptop and PDA.
We used webservice to handle the data exchange but now we find out that
our user does not want the IIS is running on the laptop because
security issues.
We checked Remote Data Access and Replication options but these two
options also need IIS installed on the laptop.
Is there any options that do not use IIS. All I read from Microsoft
website is using IIS.
I know we can export the data from SQLCE to text file and then send the
text file to the laptop and let the laptop read the text file and
import the data. But this may not be a good choice 'cause this will
require the user start the read text file and import function on the
laptop. Besides, the text file need to be encrypted.
I know there is System.Data.SQLClient in .NET CF, can this be used to
access the MSDE on laptop without the IIS server?
Thanks a lot