Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations TouchToneTommy on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

What database to use for a Pocket PC app

Status
Not open for further replies.

EwS

Programmer
Dec 30, 2002
398
US
I'm developing a Pocket PC application in VB .NET. What database I can use for that? - I know PocketAccess is obsolete. I looked at SpritDB Pro, but I want to use something more standard. I'm leaning towards SQL Server CE. What other choices do I have?
Thanks a lot for help!


 
none.... it sql server ce... or xml perhaps :D

- - - - - - - - - - - - - - - - - -
Im three apples high, Im blue, and i most certainly like that cold beer that should be every mans right after a hard days work!
 
Yes, you can connect to a regular mySQL -- remotely. In fact you can do this with basically any database.

I guess the thread poster wants a local database.

__________________________________________
Try forum1391 for lively discussions
 
Not much for processing power on palm machines. I'd say either the SQL Server CE, or flat file. XML if it's not going to be large (XML overhead is huge!) and nneds to be easily moved.

-Rick

----------------------

[monkey] I believe in killer coding ninja monkeys.[monkey]
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top