Home | Contact Us | FAQ | Search & Site Map | Link to Us
Sign In | Join | Other 45 Sites in Network
HomeAnnouncementsFree MagazinesWhite PapersSubmit Content
Discussion GroupsASP.NETWindows FormsLanguages.NET FrameworkVisual Studio.NET
Articles.NET FrameworkASP.NETToolsWindows Forms
.NET DirectoryOpen Source ProjectsUser GroupsWeb Resources
Related Topics
Visual Basic 6SQL ServerMS AccessOther DB ProductsMS Server ProductsMore Topics ...

.NET Forum / ASP.NET / Mobile / February 2004

Tip: Looking for answers? Try searching our database.

get xml file from pda

Thread view: 
Enable EMail Alerts  Start New Thread
Thread rating: 
DNethar - 12 Feb 2004 06:16 GMT
I am having trouble figuring out what i need to do to get aan xml file from my pda. I have a mobile app generate an xml file which i hope to pass into an access database
Problem is I dont know how to automatically get the file from the pda and place it into the database on the desktop when i place the pda on the cradle
I have seen numerous people say use a web service, but I dont know what to put in the web service.
Is there an absolute path to the file on the pda from the desktop like connecting to another persons computer on a nertwork. Or do you have to program something special to get there
Sorry im all over the place here, but the more info i recieved the more confused I am
Anything will help, just need to be pointed in the right directio
Thank
Dave
Ed Kaim [MSFT] - 12 Feb 2004 06:54 GMT
Perhaps you could read the XML file into a dataset, such as:

DataSet ds = new DataSet();
ds.ReadXml("file path");

Then you could call a Web service (that you've created) that takes the
DataSet and stores it to a database on the server. Something like:

ServerWebService ws = new ServerWebService();
ws.UploadData(ds);

There is a thread with a link regarding the detection of ActiveSync at
http://www.dotnet247.com/247reference/msgs/40/200520.aspx.

> I am having trouble figuring out what i need to do to get aan xml file from my pda. I have a mobile app generate an xml file which i hope to pass
into an access database.
>  Problem is I dont know how to automatically get the file from the pda and place it into the database on the desktop when i place the pda on the
cradle.
> I have seen numerous people say use a web service, but I dont know what to put in the web service.
> Is there an absolute path to the file on the pda from the desktop like connecting to another persons computer on a nertwork. Or do you have to
program something special to get there.
> Sorry im all over the place here, but the more info i recieved the more confused I am.
> Anything will help, just need to be pointed in the right direction
> Thanks
> Dave

Free Magazines

Get these publications absolutely FREE for up to 12 months. There are no hidden fees and no obligation. Simply choose a title, complete the application form and submit it. Read more ...

Oracle MagazineNetwork ComputingComputer WorldBio-IT WorldeWeekInformation WeekInfosecurity
 
Sign In
Join
My Latest Posts
My Monitored Threads
My Blog
My Photo Gallery
My Profile
My Homepage

Start New Thread
Enable EMail Alerts
Rate this Thread



©2008 Advenet LLC   Privacy Policy - Terms of Use
This website includes both content owned or controlled by Advenet as well as content owned or controlled by third parties.