[lnkForumImage]
TotalShareware - Download Free Software

Confronta i prezzi di migliaia di prodotti.
Asp Forum
 Home | Login | Register | Search 


 

Forums >

microsoft.public.dotnet.framework.aspnet.mobile

Wireless database synchronization and upload

Goran Djuranovic

2/13/2004 3:02:00 PM

Hi all,
I need to create an application that will allow user to scan item and upload
its information to the SQL Server database wirelessly.
I am using:
- Visual Studio .NET 2003 (VB.NET)
- Pocket PC 2003 (Win CE 4.2)
- Symbol Scanner Extension

I can get the value read from the scanner but then what?
Can anyone point me to the right direction on how to start?

--
Thanks for your time
Goran Djuranovic


1 Answer

Ed Kaim [MSFT]

2/13/2004 6:43:00 PM

0

Use the .NET Compact Framework as the app framework and SQL CE as the
database (http://www.microsoft....).

Check out the Data section of
http://samples.gotdotnet.com/quickstart/compact... for samples on
doing stuff with SQL CE from .NET CF.

"Goran Djuranovic" <djurag@mmcREMOVE_TO_MAIL.org> wrote in message
news:OewplQk8DHA.2796@TK2MSFTNGP09.phx.gbl...
> Hi all,
> I need to create an application that will allow user to scan item and
upload
> its information to the SQL Server database wirelessly.
> I am using:
> - Visual Studio .NET 2003 (VB.NET)
> - Pocket PC 2003 (Win CE 4.2)
> - Symbol Scanner Extension
>
> I can get the value read from the scanner but then what?
> Can anyone point me to the right direction on how to start?
>
> --
> Thanks for your time
> Goran Djuranovic
>
>