Results 1 to 8 of 8

Thread: WPF Database

  1. #1

    Thread Starter
    Hyperactive Member
    Join Date
    Jan 2010
    Posts
    285

    WPF Database

    HEllo.

    I'm starting study the WPF in VB.NET 2008.

    It's possible have a database for keep some values in a PDA, for example?

    Or it's impossible?

    Thank You

  2. #2
    PowerPoster gep13's Avatar
    Join Date
    Nov 2004
    Location
    The Granite City
    Posts
    21,963

    Re: WPF Database

    Hey,

    I am confused by your post. You mention that you are using WPF, and then you talk about a PDA, which I assume you are talking about Windows Mobile. Can you give a overview of exactly what you are trying to do, so that your question can best be answered.

    Gary

  3. #3

    Thread Starter
    Hyperactive Member
    Join Date
    Jan 2010
    Posts
    285

    Re: WPF Database

    Sorry, maybe I doesn't make me understand correctly.

    I wanna develope a aplication for run in Win Mobile, for example.

    It's possible, in some way, have a database in this OS?

    Or he doesn't support it?

    Thank You

  4. #4
    King of sapila
    Join Date
    Oct 2006
    Location
    Greece
    Posts
    6,763

    Re: WPF Database

    There is a light SQL version for windows mobile.
    ἄνδρα μοι ἔννεπε, μοῦσα, πολύτροπον, ὃς μάλα πολλὰ
    πλάγχθη, ἐπεὶ Τροίης ἱερὸν πτολίεθρον ἔπερσεν·

  5. #5
    Super Moderator jmcilhinney's Avatar
    Join Date
    May 2005
    Location
    Sydney, Australia
    Posts
    111,221

    Re: WPF Database

    WPF is a presentation technology. The presentation technology you choose doesn't affect the data technology you use. ADO.NET is ADO.NET, whether it's in a WinForms, WebForms or WPF application.

    Microsoft provide SQL Server CE specifically as an option for data storage on mobile devices, although it does work on full PCs too.
    Why is my data not saved to my database? | MSDN Data Walkthroughs
    VBForums Database Development FAQ
    My CodeBank Submissions: VB | C#
    My Blog: Data Among Multiple Forms (3 parts)
    Beginner Tutorials: VB | C# | SQL

  6. #6
    PowerPoster gep13's Avatar
    Join Date
    Nov 2004
    Location
    The Granite City
    Posts
    21,963

    Re: WPF Database

    Hey,

    As jm mentioned, SQL Server Compact Edition will be your best bet. This offers up the possibility of replication of data to a full blown SQL Server instance if required as well.

    I have asked a moderator to move your thread to the Windows Mobile forum, as it now seems clear that this is where your question belongs.

    Gary

  7. #7
    Super Moderator si_the_geek's Avatar
    Join Date
    Jul 2002
    Location
    Bristol, UK
    Posts
    41,974

    Re: WPF Database

    Thread moved to 'Mobile Development' forum

    (thanks for letting us know Gary )

  8. #8
    PowerPoster dilettante's Avatar
    Join Date
    Feb 2006
    Posts
    24,487

    Re: WPF Database

    There are also a few versions of SQLite that have been ported to CE platforms.

    I know of at least one freeware COM wrapper and I've heard discussion of a second. I assume there's a managed wrapper for dot-Net coders as well as a Java wrapper.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width