Re: Local datastore for visual basic .net aplication on a pda
From: Andrew D. Newbould (newsgroups_at_NOzadSPANsoft.com)
Date: 11/12/04
- Next message: Gary Chang[MSFT]: "Re: Web service reference reverts to old version"
- Previous message: Aaron Hartley: "What is C#?"
- In reply to: Rui Guedes: "Local datastore for visual basic .net aplication on a pda"
- Messages sorted by: [ date ] [ thread ]
Date: Fri, 12 Nov 2004 01:30:16 +0000
In message <BDA9BAAC-9944-4ECA-B8B5-A21499D61A60@microsoft.com>, Rui
Guedes <RuiGuedes@discussions.microsoft.com> writes
>I have this project for developing an drug interaction aplication for a pda
>under a windows o.s .
>
>The aplication is being developed on visual basic .net (using visual studio
>.net 2003), and I needed to create an local datastore, the problem is that
>most of the database access controls and etc available on the full .net
>framework arenīt available for the .net compact framework, so, so much for
>using an MS access database file, as for SQL, I kinda dislike the ideia of
>having to install the CE server on the pda just to run a lame database that
>only uses SELECT and WHERE (=?) queries (the aplication only reads a
>specific value from a field on the database and compares it to another value
>from another field).
>
>So after all this, here's my questions: Is there any way to use an sql
>database file as an local datastore without the SQL server running? Just by
>reading from the file that is? And how about an serialized xml file from the
>object model, could it do the trick or does it run in to the missing class
>prob in compact framework?
>
>Thanks for reading and for your time, help is most welcome.
Dear Rui,
You may want to reply to my questions by private email rather than
discuss this is public ... send email to "andrew@trakware.org".
How complex is you application in the sense of data collection and
requirements ?
I ask because we have a development tool for PDA's, Hand Held Terminals
(ie: bar code scanners) and Smartphones. The software will allow you to
write quite complex applications and stores its data in a multiplatform
database format (ie: you could just copy the database off the PDA onto
your PC and use it - if you have the tools). The software allows the PDA
et al to automatically off load its transactions, and perform various
kinds of database syncs if required into any ODBC / OLEDB / CSV or Excel
datbase. We also support TCP/IP protocols in Batch, Wi-Fi, GSM, GPRS
(shortly Bluetooth) modes.
We support Win32 for the development tool and all Windows CE, Pocket PC,
Pocket PC 2002 - 2004 and Symbian Os's for the PDA's. Early next year we
will also support Palm and Linux.
As stated above, if you wish to discuss your requirements or how we
might be able to help then contact me privately via email.
Work E-Mail: andrew@trakware.org
Home E-Mail: andrewn@zadsoft.com
-- Andrew D. Newbould E-Mail: newsgroups@NOSPAMzadsoft.com ZAD Software Systems Web : www.zadsoft.com
- Next message: Gary Chang[MSFT]: "Re: Web service reference reverts to old version"
- Previous message: Aaron Hartley: "What is C#?"
- In reply to: Rui Guedes: "Local datastore for visual basic .net aplication on a pda"
- Messages sorted by: [ date ] [ thread ]
Relevant Pages
|