Results 1 to 6 of 6

Thread: Need Help

  1. #1

    Thread Starter
    Hyperactive Member
    Join Date
    May 2005
    Location
    London United Kingdom
    Posts
    334

    Angry Need Help

    I made an VB.Net with sql db app for someone and now he is asking me to convert it, so that he can use it on his windows mobile 5.0 divice and infact I have no clue in mobile development, even how to start the problem, so I would be most grateful if any of you could help me. I have the following install on my pc.
    VS.net 2005
    SQL server 2005 express edition
    SQL server 2005 compact edition
    Windows mobile 5.0 SDK
    Windows Activesync 4.5

    Morever I would like to know if is possible to debug the app to see how it is, like windows app.

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

    Re: Need Help

    Just create a new project, select a mobile app as the type and start developing, just as you did before. If everything you've used is available in the Compact Framework then you can create the app exactly as you did before. Otherwise you will have to find alternatives and workarounds for the functionality that isn't supported.
    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

  3. #3
    Member
    Join Date
    Mar 2007
    Posts
    55

    Resolved Re: Need Help

    I asked this question before , but im developping an application for Pocket PC2003 ,CF2.0.. In Visual Studio , so with these settings im able to run this program on a PDa with Windows Mobile 5.0 ? I have to be sure. =x

    edit : Im pretty sure it will work now , i downloaded the windows mobile 5.0 SDK from the microsoft website and my program is emulated by it without any problems.
    Last edited by IamMacro; Mar 19th, 2007 at 10:38 AM.

  4. #4

    Thread Starter
    Hyperactive Member
    Join Date
    May 2005
    Location
    London United Kingdom
    Posts
    334

    Angry Re: Need Help

    Quote Originally Posted by jmcilhinney
    Just create a new project, select a mobile app as the type and start developing, just as you did before. If everything you've used is available in the Compact Framework then you can create the app exactly as you did before. Otherwise you will have to find alternatives and workarounds for the functionality that isn't supported.
    Thanks. Jim, i have try it by adding few buttons to a form thgough without any code i just wanted to see how it will look like but when I try to debug it a new dialogbox open and I chose windows mobile 5 pockect pc imulater and the next buttos were deploy or cancel so i click on deploy and had deploying error message, when i click continue the next error was the device is not connected. so I would be most gratteful if you could help me on how I could debug and see how the form would look like since IU have to debug and see how the programme is works. Moreover I would like to know if I could attach sql server 2000 db to sql server compact edition and how. thanks

  5. #5
    Frenzied Member
    Join Date
    Oct 2005
    Posts
    1,286

    Re: Need Help

    Hi,
    what error message did you get trying to deploy.

    You can access SqlServer 2000/2005 using the SqlClient namespace, and you can use SqlCE on the device using SqlServerCe namespace.

    Article on the former here and the latter here.

    Pete

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

    Re: Need Help

    Also, take a look around in the mobile dev forum here, to see some of the other issues you will want to be aware of when moving to a PDA environment. Using panels vs. Forms is one of the biggest issues, screen size is another.
    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