Results 1 to 6 of 6

Thread: Windows CE question

  1. #1

    Thread Starter
    Hyperactive Member xxarmoxx's Avatar
    Join Date
    Mar 2007
    Posts
    378

    Windows CE question

    Hello, I have visual studio 2005 .net. Can I use VB to create an app that will work with devices with windows ce? If so, how can I do this? What other operating systems can it work on?

  2. #2
    ex-Administrator brad jones's Avatar
    Join Date
    Nov 2002
    Location
    Indianapolis
    Posts
    6,614

    Re: Windows CE question

    Here is a good video to start with:

    http://www.twominutetips.com/archives/03-20-06.html

    Brad!

  3. #3

    Thread Starter
    Hyperactive Member xxarmoxx's Avatar
    Join Date
    Mar 2007
    Posts
    378

    Re: Windows CE question

    cool thanx.

    Is it difficult to put a mysql database on the device? and is it hard to connect to it with the app?

  4. #4
    ex-Administrator brad jones's Avatar
    Join Date
    Nov 2002
    Location
    Indianapolis
    Posts
    6,614

    Re: Windows CE question

    Quote Originally Posted by xxarmoxx
    cool thanx.

    Is it difficult to put a mysql database on the device? and is it hard to connect to it with the app?
    I can't answer for MySQL; however, I can say that you'd need to find a version of the database targeting mobile devices. Microsoft provides SQL Server Compact Edition.

    Brad!
    Have you given out your reputation points today? Select the Rate This Post link to give points for good posts!
    -------------------------------------------------------------
    Brad! Jones
    Lots of Software, LLC
    (I wrote: C Programming in One Hour a Day) (Dad Jokes Book) (Follow me on Twitter)

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

  5. #5

    Thread Starter
    Hyperactive Member xxarmoxx's Avatar
    Join Date
    Mar 2007
    Posts
    378

    Re: Windows CE question

    Ok, once I start development, would you say this forum will be helpful to answer my technical questions?

  6. #6
    Super Moderator Shaggy Hiker's Avatar
    Join Date
    Aug 2002
    Location
    Idaho
    Posts
    40,106

    Re: Windows CE question

    The mobile dev forum is less well traveled than the general .NET forum. Therefore, I would say that if you have a question that could really be considered .NET, rather than just the CF, the general forum will get you more views and faster answers. If it is really CF related, then this place does have a few regulars.

    As for the database, SQL Server CE, which Brad suggested, is really the way to go. MS decided to really push the database concept with the new CE a couple editions back. They felt that a mobile device would be an ideal data gathering/viewing device, so they tried to make it very easy to integrate a portable database to their flagship SQL Server. It is a bit unfortunate that they didn't do the same thing for Access, which is probably the more common "poor mans" database, but such is life.

    What this means is that the ODBC and OleDB namespaces that exist in the full .NET are not in the CF, but the SQLServerCE namespace is not only there, but you can barely avoid installing it. Whenever you use your device to debug anything using .NET, you will get SQLServerCE installed on the device. Fortunately, the SQLServerCE is a pretty nice, full-featured DBMS, so you can make and manage some real databases, and talk to any desktop database via a variety of techniques, if needed. I suppose one good system, well implemented, tops a few half-assed systems.
    My usual boring signature: Nothing

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