How to connect windows mobile application to SQL server??

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • Parvez Hussain
    New Member
    • Apr 2011
    • 1

    How to connect windows mobile application to SQL server??

    Hi guys,

    I am currently working on a project, where a windows mobile application uses SQL server which host a database. how does Windows mobile application connect to sql server to access the database at home web server??

    I would highly appreciate any suggestions

    Thank you

    Parvez
  • markmcgookin
    Recognized Expert Contributor
    • Dec 2006
    • 648

    #2
    If you have WIFI access, you can simply add the PC to the domain that the SQL Server is on, and then just use a standard SQL Connection string to execute the queries.
    Last edited by markmcgookin; Oct 4 '11, 04:09 PM. Reason: Posted wrong answer... had too many tabs open

    Comment

    • dotnetsolutions
      New Member
      • Aug 2012
      • 1

      #3
      I would suggest to use Visual Studio 2005. You can just drag a component like GridView in order to connect your SQL server from your form.
      Last edited by Niheel; Aug 3 '12, 04:42 PM. Reason: promotional links not allowed in responses

      Comment

      Working...