Re: Any suggestions on how to interface a PC and a handheld to share data?

Tech Tip: Click here to run a free scan for Windows Errors and optimize PC performance



There are too many possible ways to tell that the XML has been built: have
the process that builds it create a file, separate from the XML file, when
it's done, and have the PC delete that file when it has retrieved the XML
completely or something (as you may have been thinking).

Have the handheld open a socket and send a message, possibly including the
XML data.

Have the PC run a Web service and have the handheld send the data to that
service.

Have the handheld connect to an FTP or Web server running on the PC and send
the file to that when it's done.

Paul T.

"jamie" <strider3700@xxxxxxxxxxxxx> wrote in message
news:eMSc2F8vGHA.1512@xxxxxxxxxxxxxxxxxxxxxxx
I'm hoping there is a simple solution to this issue that I just haven't
seen.

Basically what I have is a handheld has all data stored in a sqlCE
database. I need to take that data to a PC and work with it.

So since I can't move an sqlCE database I need to turn it into XML and
then move the XML file. This all works nicely if I do it manually.

The issue comes up when I want to run it all from the PC without ever
touching the handheld.

So I can use RAPI to tell the handheld to generate the XML file. Thats
easy but How can I tell that the XML is finished being built?

If I just use RAPI to build the call a program to build the file and then
I use another rapi call to move the file back to the pc right away it may
be copying a partially built file.

So then I thought about adding a status file and a loop to know when the
file is finished building but this starts to turn into a nightmare of loop
timers rapi calls.

Basically I think I need to be able to recieve a remote event over the
wireless network. Is this possible? Am I looking at this all wrong?







.



Relevant Pages

  • remove nodes from xml
    ... How do I remove all Handheld nodes/infomration from xml file? ... Dim HHnode ...
    (microsoft.public.scripting.vbscript)
  • What to use dataset or xml in compact framework
    ... I have to develop the win application for handheld. ... is it best to get return result in XML or dataset from webservice. ... have a major performance issue. ...
    (microsoft.public.dotnet.framework.compactframework)
  • Re: open email to the W3C
    ... XML has so much fluff, ... > Decompressing is an expensive operation for a handheld -- the one most ... Even ASN.1 has a bit of fluff -- but far less than XML. ... handheld doesn't have a lot of. ...
    (comp.lang.java.advocacy)
  • Re: Cant read CString after serialization
    ... it was not the time to build steam engines. ... the DTD syntax would be expressed in XML!) ... parse the file and show it (for example, a columnar display of tag id, tag ... We built huge systems using these techniques. ...
    (microsoft.public.vc.mfc)
  • Re: Function Block / Schematic Editor
    ... develop a communication flow with the built in check making sure that inputs and output were properly matched. ... The built in scripting language was used to generate an output table of the netlist. ... The netlist was parsed to produce an XML description that contained additional information and finally the XML was parsed to produced C code. ...
    (comp.arch.embedded)