Wrox Programmer Forums
Go Back   Wrox Programmer Forums > .NET > .NET 1.0 and Visual Studio.NET > VS.NET 2002/2003
|
VS.NET 2002/2003 Discussions about the Visual Studio.NET programming environment, the 2002 (1.0) and 2003 (1.1). ** Please don't post code questions here ** For issues specific to a particular language in .NET, please see the other forum categories.
Welcome to the p2p.wrox.com Forums.

You are currently viewing the VS.NET 2002/2003 section of the Wrox Programmer to Programmer discussions. This is a community of software programmers and website developers including Wrox book authors and readers. New member registration was closed in 2019. New posts were shut off and the site was archived into this static format as of October 1, 2020. If you require technical support for a Wrox book please contact http://hub.wiley.com
 
Old September 18th, 2003, 08:19 AM
Friend of Wrox
 
Join Date: Sep 2003
Posts: 121
Thanks: 0
Thanked 0 Times in 0 Posts
Default Data capture apps for PDAs with VB.NET

I am using VB.NET on VS.NEt Pro to try and write an
app for a PDA running Pocket PC. I want to be able to
capture data in the field (using PDA) and then bring
the data back to the office for transfer to PC.

Is it best to write something that uses a Pocket Access
database that can then be sync'd with a PC ?

Or is it best to capture data on the PDA and store it on the PDA as an XML file which can then be transferred?

Also - anybody know of books/examples where I can find example
code of writing apps for PDAs that use Pocket PC databases?

Any and all help greatly appreciated
Charlie (Canterbury, Kent, UK)
 
Old September 18th, 2003, 09:01 AM
Imar's Avatar
Wrox Author
 
Join Date: Jun 2003
Posts: 17,089
Thanks: 80
Thanked 1,576 Times in 1,552 Posts
Default

Hi Charlie,

I am currently designing an application that does a similar thing. Employees must be able to input data on the streets which can then be synchronized to a network using GPRS or WLAN (whatever is available).

We are using SQLServerCE to store the data at the client while they are working. A background process checks for a network connection every now and then and uploads the data to the network. Using SQLServerCE works pretty well for us; it allows us to store local data and to retrieve Business Logic data that is stored in another local CE database. You can download a free version of SqlServer CE from the Microsoft site. I believe you need a Client Access License only when you connect to another SQL Server, not when using it just on the PDA

Books you may find interesting:
http://www.amazon.com/exec/obidos/tg...books&n=507846

http://www.amazon.com/exec/obidos/tg...glance&s=books

The second book hasn't been released yet, but it looks promising.

Websites:
http://www.devbuzz.com/content/

Maybe we should get in touch with each other by e-mail. I am sure we're both going to run into issues with the Compact Framework and maybe we can help each other out.

Cheers,

Imar


---------------------------------------
Imar Spaanjaars
Everyone is unique, except for me.
 
Old September 3rd, 2005, 08:55 PM
Registered User
 
Join Date: Sep 2005
Posts: 3
Thanks: 0
Thanked 0 Times in 0 Posts
Default

I know this post is very old, but would you approach your project the same way given the newest technology?

Phil Ponce





Similar Threads
Thread Thread Starter Forum Replies Last Post
Upgrade VB apps to VB.NET Steve McGuire Pro VB.NET 2002/2003 2 September 13th, 2006 04:21 PM
how to control the layout with VB web apps hexOffender VB How-To 1 July 19th, 2006 05:27 PM
Cannot locate WroxUnited Apps data bvm2121 ASP.NET 2.0 Basics 2 December 4th, 2005 07:02 PM
Files needed to run a VB.Net Windows Apps daniel VB.NET 2002/2003 Basics 2 October 15th, 2004 09:29 AM
Launching Apps from VB?? PeteS Beginning VB 6 2 June 20th, 2003 01:23 AM





Powered by vBulletin®
Copyright ©2000 - 2020, Jelsoft Enterprises Ltd.
Copyright (c) 2020 John Wiley & Sons, Inc.