PC Review Forums Newsgroups Microsoft DotNet Microsoft Dot NET Compact Framework Easy data transfer to a PC

Reply

Easy data transfer to a PC

 
Thread Tools Rate Thread
Old 01-12-2006, 02:27 PM   #1
Samuel Shulman
Guest
 
Posts: n/a
Default Easy data transfer to a PC



Hi all

I am looking for a relatively easy data transfer from the Pocket PC device
to the PC

Unfortunately I may have to use CF 1.1 so the XML Serializer will not be
available

Is there any simple method to read/write the data to a file

Thank you,
Samuel


  Reply With Quote
Old 03-12-2006, 03:04 PM   #2
Guest
 
Posts: n/a
Default Re: Easy data transfer to a PC

Use ActiveSync and RAPI. Use a Web Service. A socket. A web page. FTP.
There are lots of options and you've told us nothing of your requirements.


--
Chris Tacke
OpenNETCF Consulting
Managed Code in the Embedded World
www.opennetcf.com
--



"Samuel Shulman" <samuel.shulman@ntlworld.com> wrote in message
news:OtK4YTVFHHA.2296@TK2MSFTNGP04.phx.gbl...
>
> Hi all
>
> I am looking for a relatively easy data transfer from the Pocket PC device
> to the PC
>
> Unfortunately I may have to use CF 1.1 so the XML Serializer will not be
> available
>
> Is there any simple method to read/write the data to a file
>
> Thank you,
> Samuel
>



  Reply With Quote
Old 03-12-2006, 03:51 PM   #3
Samuel Shulman
Guest
 
Posts: n/a
Default Re: Easy data transfer to a PC

The PC is XP Home so it wil probably have to be a file the question is how
can I easily write and read the data to.from the file?

Samuel


"<ctacke/>" <ctacke[@]opennetcf[dot]com> wrote in message
news:OOXiXxuFHHA.4116@TK2MSFTNGP05.phx.gbl...
> Use ActiveSync and RAPI. Use a Web Service. A socket. A web page. FTP.
> There are lots of options and you've told us nothing of your requirements.
>
>
> --
> Chris Tacke
> OpenNETCF Consulting
> Managed Code in the Embedded World
> www.opennetcf.com
> --
>
>
>
> "Samuel Shulman" <samuel.shulman@ntlworld.com> wrote in message
> news:OtK4YTVFHHA.2296@TK2MSFTNGP04.phx.gbl...
>>
>> Hi all
>>
>> I am looking for a relatively easy data transfer from the Pocket PC
>> device to the PC
>>
>> Unfortunately I may have to use CF 1.1 so the XML Serializer will not be
>> available
>>
>> Is there any simple method to read/write the data to a file
>>
>> Thank you,
>> Samuel
>>

>
>



  Reply With Quote
Old 03-12-2006, 05:13 PM   #4
Guest
 
Posts: n/a
Default Re: Easy data transfer to a PC

What file? Where? From where? You want to write to a file on the device
from the PC? A file on the PC from the device? Any particular type of
file? What kind of data? Give us the full picture. You know what you want,
but we don't.


--
Chris Tacke
OpenNETCF Consulting
Managed Code in the Embedded World
www.opennetcf.com
--


"Samuel Shulman" <samuel.shulman@ntlworld.com> wrote in message
news:uuYJXLvFHHA.536@TK2MSFTNGP02.phx.gbl...
> The PC is XP Home so it wil probably have to be a file the question is how
> can I easily write and read the data to.from the file?
>
> Samuel
>
>
> "<ctacke/>" <ctacke[@]opennetcf[dot]com> wrote in message
> news:OOXiXxuFHHA.4116@TK2MSFTNGP05.phx.gbl...
>> Use ActiveSync and RAPI. Use a Web Service. A socket. A web page.
>> FTP. There are lots of options and you've told us nothing of your
>> requirements.
>>
>>
>> --
>> Chris Tacke
>> OpenNETCF Consulting
>> Managed Code in the Embedded World
>> www.opennetcf.com
>> --
>>
>>
>>
>> "Samuel Shulman" <samuel.shulman@ntlworld.com> wrote in message
>> news:OtK4YTVFHHA.2296@TK2MSFTNGP04.phx.gbl...
>>>
>>> Hi all
>>>
>>> I am looking for a relatively easy data transfer from the Pocket PC
>>> device to the PC
>>>
>>> Unfortunately I may have to use CF 1.1 so the XML Serializer will not be
>>> available
>>>
>>> Is there any simple method to read/write the data to a file
>>>
>>> Thank you,
>>> Samuel
>>>

>>
>>

>
>



  Reply With Quote
Old 03-12-2006, 05:47 PM   #5
Samuel Shulman
Guest
 
Posts: n/a
Default Re: Easy data transfer to a PC

I simply need to transfer data from the PC to the device and vice versa

The data is database data like Customers, orders etc.


Thank you,
Samuel

"<ctacke/>" <ctacke[@]opennetcf[dot]com> wrote in message
news:eYmyP5vFHHA.1248@TK2MSFTNGP03.phx.gbl...
> What file? Where? From where? You want to write to a file on the device
> from the PC? A file on the PC from the device? Any particular type of
> file? What kind of data? Give us the full picture. You know what you
> want, but we don't.
>
>
> --
> Chris Tacke
> OpenNETCF Consulting
> Managed Code in the Embedded World
> www.opennetcf.com
> --
>
>
> "Samuel Shulman" <samuel.shulman@ntlworld.com> wrote in message
> news:uuYJXLvFHHA.536@TK2MSFTNGP02.phx.gbl...
>> The PC is XP Home so it wil probably have to be a file the question is
>> how can I easily write and read the data to.from the file?
>>
>> Samuel
>>
>>
>> "<ctacke/>" <ctacke[@]opennetcf[dot]com> wrote in message
>> news:OOXiXxuFHHA.4116@TK2MSFTNGP05.phx.gbl...
>>> Use ActiveSync and RAPI. Use a Web Service. A socket. A web page.
>>> FTP. There are lots of options and you've told us nothing of your
>>> requirements.
>>>
>>>
>>> --
>>> Chris Tacke
>>> OpenNETCF Consulting
>>> Managed Code in the Embedded World
>>> www.opennetcf.com
>>> --
>>>
>>>
>>>
>>> "Samuel Shulman" <samuel.shulman@ntlworld.com> wrote in message
>>> news:OtK4YTVFHHA.2296@TK2MSFTNGP04.phx.gbl...
>>>>
>>>> Hi all
>>>>
>>>> I am looking for a relatively easy data transfer from the Pocket PC
>>>> device to the PC
>>>>
>>>> Unfortunately I may have to use CF 1.1 so the XML Serializer will not
>>>> be available
>>>>
>>>> Is there any simple method to read/write the data to a file
>>>>
>>>> Thank you,
>>>> Samuel
>>>>
>>>
>>>

>>
>>

>
>



  Reply With Quote
Old 03-12-2006, 06:07 PM   #6
Guest
 
Posts: n/a
Default Re: Easy data transfer to a PC

Ok, let's start again. Tell us exactly what you need to do, not a
generalized view. You need to transfer "data" that could mean a thousand
things. You want to attach to an existing database? You want to pass XML?
Serialized binaries? Over what transport medium? Serial? Bluetooth?
Ethernet? USB? You want to transfer it record by record? The entire
database/file? Where is the PC? Attached via a cradle? The other side of
the planet? Right now I know enough to narrow it down to only a few hundred
possible solutions.


--
Chris Tacke
OpenNETCF Consulting
Managed Code in the Embedded World
www.opennetcf.com
--


"Samuel Shulman" <samuel.shulman@ntlworld.com> wrote in message
news:%23UIohMwFHHA.5104@TK2MSFTNGP03.phx.gbl...
>I simply need to transfer data from the PC to the device and vice versa
>
> The data is database data like Customers, orders etc.
>
>
> Thank you,
> Samuel
>
> "<ctacke/>" <ctacke[@]opennetcf[dot]com> wrote in message
> news:eYmyP5vFHHA.1248@TK2MSFTNGP03.phx.gbl...
>> What file? Where? From where? You want to write to a file on the device
>> from the PC? A file on the PC from the device? Any particular type of
>> file? What kind of data? Give us the full picture. You know what you
>> want, but we don't.
>>
>>
>> --
>> Chris Tacke
>> OpenNETCF Consulting
>> Managed Code in the Embedded World
>> www.opennetcf.com
>> --
>>
>>
>> "Samuel Shulman" <samuel.shulman@ntlworld.com> wrote in message
>> news:uuYJXLvFHHA.536@TK2MSFTNGP02.phx.gbl...
>>> The PC is XP Home so it wil probably have to be a file the question is
>>> how can I easily write and read the data to.from the file?
>>>
>>> Samuel
>>>
>>>
>>> "<ctacke/>" <ctacke[@]opennetcf[dot]com> wrote in message
>>> news:OOXiXxuFHHA.4116@TK2MSFTNGP05.phx.gbl...
>>>> Use ActiveSync and RAPI. Use a Web Service. A socket. A web page.
>>>> FTP. There are lots of options and you've told us nothing of your
>>>> requirements.
>>>>
>>>>
>>>> --
>>>> Chris Tacke
>>>> OpenNETCF Consulting
>>>> Managed Code in the Embedded World
>>>> www.opennetcf.com
>>>> --
>>>>
>>>>
>>>>
>>>> "Samuel Shulman" <samuel.shulman@ntlworld.com> wrote in message
>>>> news:OtK4YTVFHHA.2296@TK2MSFTNGP04.phx.gbl...
>>>>>
>>>>> Hi all
>>>>>
>>>>> I am looking for a relatively easy data transfer from the Pocket PC
>>>>> device to the PC
>>>>>
>>>>> Unfortunately I may have to use CF 1.1 so the XML Serializer will not
>>>>> be available
>>>>>
>>>>> Is there any simple method to read/write the data to a file
>>>>>
>>>>> Thank you,
>>>>> Samuel
>>>>>
>>>>
>>>>
>>>
>>>

>>
>>

>
>



  Reply With Quote
Old 03-12-2006, 06:45 PM   #7
Samuel Shulman
Guest
 
Posts: n/a
Default Re: Easy data transfer to a PC

I have a same class definition that contains all the data both on the PC and
the device

What I want to achieve is the following: Move the data from the Object
instance in the PC to the one on the device and Vice versa

At this point the process will not be fully automated and the users will
have to export the data on one end and import it on the other end

I therefore need to use a file. The format of the file makes no difference
to me

(the file will be transferred using ActiveAsync but that's irrelevant)

Another point is the that entire data will need to be transform in one go
(file)

Thank you,
Samuel




"<ctacke/>" <ctacke[@]opennetcf[dot]com> wrote in message
news:%23cH7gXwFHHA.1804@TK2MSFTNGP02.phx.gbl...
> Ok, let's start again. Tell us exactly what you need to do, not a
> generalized view. You need to transfer "data" that could mean a thousand
> things. You want to attach to an existing database? You want to pass
> XML? Serialized binaries? Over what transport medium? Serial?
> Bluetooth? Ethernet? USB? You want to transfer it record by record? The
> entire database/file? Where is the PC? Attached via a cradle? The other
> side of the planet? Right now I know enough to narrow it down to only a
> few hundred possible solutions.
>
>
> --
> Chris Tacke
> OpenNETCF Consulting
> Managed Code in the Embedded World
> www.opennetcf.com
> --
>
>
> "Samuel Shulman" <samuel.shulman@ntlworld.com> wrote in message
> news:%23UIohMwFHHA.5104@TK2MSFTNGP03.phx.gbl...
>>I simply need to transfer data from the PC to the device and vice versa
>>
>> The data is database data like Customers, orders etc.
>>
>>
>> Thank you,
>> Samuel
>>
>> "<ctacke/>" <ctacke[@]opennetcf[dot]com> wrote in message
>> news:eYmyP5vFHHA.1248@TK2MSFTNGP03.phx.gbl...
>>> What file? Where? From where? You want to write to a file on the device
>>> from the PC? A file on the PC from the device? Any particular type of
>>> file? What kind of data? Give us the full picture. You know what you
>>> want, but we don't.
>>>
>>>
>>> --
>>> Chris Tacke
>>> OpenNETCF Consulting
>>> Managed Code in the Embedded World
>>> www.opennetcf.com
>>> --
>>>
>>>
>>> "Samuel Shulman" <samuel.shulman@ntlworld.com> wrote in message
>>> news:uuYJXLvFHHA.536@TK2MSFTNGP02.phx.gbl...
>>>> The PC is XP Home so it wil probably have to be a file the question is
>>>> how can I easily write and read the data to.from the file?
>>>>
>>>> Samuel
>>>>
>>>>
>>>> "<ctacke/>" <ctacke[@]opennetcf[dot]com> wrote in message
>>>> news:OOXiXxuFHHA.4116@TK2MSFTNGP05.phx.gbl...
>>>>> Use ActiveSync and RAPI. Use a Web Service. A socket. A web page.
>>>>> FTP. There are lots of options and you've told us nothing of your
>>>>> requirements.
>>>>>
>>>>>
>>>>> --
>>>>> Chris Tacke
>>>>> OpenNETCF Consulting
>>>>> Managed Code in the Embedded World
>>>>> www.opennetcf.com
>>>>> --
>>>>>
>>>>>
>>>>>
>>>>> "Samuel Shulman" <samuel.shulman@ntlworld.com> wrote in message
>>>>> news:OtK4YTVFHHA.2296@TK2MSFTNGP04.phx.gbl...
>>>>>>
>>>>>> Hi all
>>>>>>
>>>>>> I am looking for a relatively easy data transfer from the Pocket PC
>>>>>> device to the PC
>>>>>>
>>>>>> Unfortunately I may have to use CF 1.1 so the XML Serializer will not
>>>>>> be available
>>>>>>
>>>>>> Is there any simple method to read/write the data to a file
>>>>>>
>>>>>> Thank you,
>>>>>> Samuel
>>>>>>
>>>>>
>>>>>
>>>>
>>>>
>>>
>>>

>>
>>

>
>



  Reply With Quote
Old 04-12-2006, 10:11 PM   #8
Samuel Shulman
Guest
 
Posts: n/a
Default Re: Easy data transfer to a PC

I managed doing that using another method



"Samuel Shulman" <samuel.shulman@ntlworld.com> wrote in message
news:OQxfnswFHHA.924@TK2MSFTNGP02.phx.gbl...
>I have a same class definition that contains all the data both on the PC
>and the device
>
> What I want to achieve is the following: Move the data from the Object
> instance in the PC to the one on the device and Vice versa
>
> At this point the process will not be fully automated and the users will
> have to export the data on one end and import it on the other end
>
> I therefore need to use a file. The format of the file makes no difference
> to me
>
> (the file will be transferred using ActiveAsync but that's irrelevant)
>
> Another point is the that entire data will need to be transform in one go
> (file)
>
> Thank you,
> Samuel
>
>
>
>
> "<ctacke/>" <ctacke[@]opennetcf[dot]com> wrote in message
> news:%23cH7gXwFHHA.1804@TK2MSFTNGP02.phx.gbl...
>> Ok, let's start again. Tell us exactly what you need to do, not a
>> generalized view. You need to transfer "data" that could mean a thousand
>> things. You want to attach to an existing database? You want to pass
>> XML? Serialized binaries? Over what transport medium? Serial?
>> Bluetooth? Ethernet? USB? You want to transfer it record by record?
>> The entire database/file? Where is the PC? Attached via a cradle? The
>> other side of the planet? Right now I know enough to narrow it down to
>> only a few hundred possible solutions.
>>
>>
>> --
>> Chris Tacke
>> OpenNETCF Consulting
>> Managed Code in the Embedded World
>> www.opennetcf.com
>> --
>>
>>
>> "Samuel Shulman" <samuel.shulman@ntlworld.com> wrote in message
>> news:%23UIohMwFHHA.5104@TK2MSFTNGP03.phx.gbl...
>>>I simply need to transfer data from the PC to the device and vice versa
>>>
>>> The data is database data like Customers, orders etc.
>>>
>>>
>>> Thank you,
>>> Samuel
>>>
>>> "<ctacke/>" <ctacke[@]opennetcf[dot]com> wrote in message
>>> news:eYmyP5vFHHA.1248@TK2MSFTNGP03.phx.gbl...
>>>> What file? Where? From where? You want to write to a file on the
>>>> device from the PC? A file on the PC from the device? Any particular
>>>> type of file? What kind of data? Give us the full picture. You know
>>>> what you want, but we don't.
>>>>
>>>>
>>>> --
>>>> Chris Tacke
>>>> OpenNETCF Consulting
>>>> Managed Code in the Embedded World
>>>> www.opennetcf.com
>>>> --
>>>>
>>>>
>>>> "Samuel Shulman" <samuel.shulman@ntlworld.com> wrote in message
>>>> news:uuYJXLvFHHA.536@TK2MSFTNGP02.phx.gbl...
>>>>> The PC is XP Home so it wil probably have to be a file the question is
>>>>> how can I easily write and read the data to.from the file?
>>>>>
>>>>> Samuel
>>>>>
>>>>>
>>>>> "<ctacke/>" <ctacke[@]opennetcf[dot]com> wrote in message
>>>>> news:OOXiXxuFHHA.4116@TK2MSFTNGP05.phx.gbl...
>>>>>> Use ActiveSync and RAPI. Use a Web Service. A socket. A web page.
>>>>>> FTP. There are lots of options and you've told us nothing of your
>>>>>> requirements.
>>>>>>
>>>>>>
>>>>>> --
>>>>>> Chris Tacke
>>>>>> OpenNETCF Consulting
>>>>>> Managed Code in the Embedded World
>>>>>> www.opennetcf.com
>>>>>> --
>>>>>>
>>>>>>
>>>>>>
>>>>>> "Samuel Shulman" <samuel.shulman@ntlworld.com> wrote in message
>>>>>> news:OtK4YTVFHHA.2296@TK2MSFTNGP04.phx.gbl...
>>>>>>>
>>>>>>> Hi all
>>>>>>>
>>>>>>> I am looking for a relatively easy data transfer from the Pocket PC
>>>>>>> device to the PC
>>>>>>>
>>>>>>> Unfortunately I may have to use CF 1.1 so the XML Serializer will
>>>>>>> not be available
>>>>>>>
>>>>>>> Is there any simple method to read/write the data to a file
>>>>>>>
>>>>>>> Thank you,
>>>>>>> Samuel
>>>>>>>
>>>>>>
>>>>>>
>>>>>
>>>>>
>>>>
>>>>
>>>
>>>

>>
>>

>
>



  Reply With Quote
Reply



Thread Tools
Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off