Good Day,
I have SQL CE database (MyDab.sdf) on my Pocket PC. Now I need t
programme application on my desktop computer, which will work wit
MyDab.sdf.
I need something like:
After docking Pocket PC into dock and press button "Work" in my deskto
application, this application will send to the Pocket PC some SQ
question and then receive ansewer from Pocket PC (MyDab.sdf)

I have idea how to do this, but I would like to know if it is commo
idea or useless complicated.
1) After click on button "Work" my desktop application run Server o
some port
2) Desktop application run program on Pocket PC with arguments
These arguments are: IP of Desktop PC, Port witch server is listening
3)Application on Pocket PC can now communicate witch Desktop PC
receive questions and sends answers

But I think that it is very complicated and here must be some other wa
how to work witch SDF file on Pocket PC

PS: I dont understand system of searching in this forum (still hav
answers like: The following words are either very common, too long, o
too short and were not included in your search : SQL, CE
) so it is possible that similar problem was solved here somedays ago
So reference on some old thread will be ok

--
jakubbukajPosted from http://www.pcreview.co.uk/ newsgroup acces

Re: Communication of desktop application witch Pocket PC by Daniel

Daniel
Tue Jul 05 04:24:54 CDT 2005

I don't have the answers to all your questions but I can give you some
pointers.

Searching this newsgroup is best done here:
http://groups-beta.google.com/group/microsoft.public.dotnet.framework.compactframework

Check out RAPI and the wrapper from opennetcf:
http://msdn.microsoft.com/library/default.asp?url=/library/en-us/wceactsy/html/cerefRAPIFunctions.asp
http://vault.netcf.tv/VaultService/VaultWeb/ShowFolder.aspx?repid=2&path=%24%2fDesktop%2fCommunication
(guest, guest)

Other communication means between device and PC are:
- web services (device is the client)
- sockets (roll your own listener and communication protocol on both ends)
- http or ftp
- in CF 2.0, System.Messaging (MSMQ)

Previous discussions are here:
http://groups-beta.google.com/group/microsoft.public.dotnet.framework.compactframework/search?q=communication+desktop+pocket+pc

Cheers
Daniel
--
http://www.danielmoth.com/Blog/


"jakubbukaj" <jakubbukaj.1rno0a@> wrote in message
news:yJWdnQPP4a4N7VTfRVn_vg@giganews.com...
>
> Good Day,
> I have SQL CE database (MyDab.sdf) on my Pocket PC. Now I need to
> programme application on my desktop computer, which will work with
> MyDab.sdf.
> I need something like:
> After docking Pocket PC into dock and press button "Work" in my desktop
> application, this application will send to the Pocket PC some SQL
> question and then receive ansewer from Pocket PC (MyDab.sdf)
>
> I have idea how to do this, but I would like to know if it is common
> idea or useless complicated.
> 1) After click on button "Work" my desktop application run Server on
> some port
> 2) Desktop application run program on Pocket PC with arguments
> These arguments are: IP of Desktop PC, Port witch server is listening
> 3)Application on Pocket PC can now communicate witch Desktop PC,
> receive questions and sends answers
>
> But I think that it is very complicated and here must be some other way
> how to work witch SDF file on Pocket PC
>
> PS: I dont understand system of searching in this forum (still have
> answers like: The following words are either very common, too long, or
> too short and were not included in your search : SQL, CE
> ) so it is possible that similar problem was solved here somedays ago.
> So reference on some old thread will be ok.
>
>
> --
> jakubbukajPosted from http://www.pcreview.co.uk/ newsgroup access
>