Online database server connectivity

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • LTCCTL
    New Member
    • Feb 2008
    • 49

    Online database server connectivity

    Hi all,

    I would like to know how we can connect to online database server using Windows Mobile 6.0 Standard Edition and VB.NET/C#.NET.

    Thanks in advance
    LTCCTL
    Last edited by LTCCTL; Feb 16 '08, 07:35 AM. Reason: spelling mistakes
  • markmcgookin
    Recognized Expert Contributor
    • Dec 2006
    • 648

    #2
    Originally posted by LTCCTL
    Hi all,

    I would like to know how we can connect to online database server using Windows Mobile 6.0 Standard Edition and VB.NET/C#.NET.

    Thanks in advance
    LTCCTL
    You would probably need to create some kind of web call to return the data you require to a clone of the database on the device, then insert that data/manipulate it and then upload it again.

    Comment

    • LTCCTL
      New Member
      • Feb 2008
      • 49

      #3
      Originally posted by markmcgookin
      You would probably need to create some kind of web call to return the data you require to a clone of the database on the device, then insert that data/manipulate it and then upload it again.

      Thanks

      I will try to use it.

      Comment

      Working...