Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Code Project
CODE PROJECT For Those Who Code
  • Home
  • Articles
  • FAQ
Community
  1. Home
  2. General Programming
  3. C#
  4. database on wp7

database on wp7

Scheduled Pinned Locked Moved C#
csharpdatabasesql-servervisual-studiosysadmin
5 Posts 3 Posters 1 Views 1 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • H Offline
    H Offline
    heba abu ghaleih22
    wrote on last edited by
    #1

    hi how cam i create database(sql server .net ) on wp7 ? i want ask ...can i crate database as visual studio through server explorer button this button not appear on visaul studio for wp7

    P J 2 Replies Last reply
    0
    • H heba abu ghaleih22

      hi how cam i create database(sql server .net ) on wp7 ? i want ask ...can i crate database as visual studio through server explorer button this button not appear on visaul studio for wp7

      P Offline
      P Offline
      Pete OHanlon
      wrote on last edited by
      #2

      You can't host SQL Server on WP7. If you need SQL Server capabilities, you will have to use web services and host the database on the server end.

      *pre-emptive celebratory nipple tassle jiggle* - Sean Ewington

      "Mind bleach! Send me mind bleach!" - Nagy Vilmos

      CodeStash - Online Snippet Management | My blog | MoXAML PowerToys | Mole 2010 - debugging made easier

      1 Reply Last reply
      0
      • H heba abu ghaleih22

        hi how cam i create database(sql server .net ) on wp7 ? i want ask ...can i crate database as visual studio through server explorer button this button not appear on visaul studio for wp7

        J Offline
        J Offline
        jschell
        wrote on last edited by
        #3

        heba abu ghaleih22 wrote:

        how cam i create database(sql server .net ) on wp7

        Just to verify you did mean Windows Phone 7 right? As per the other response you would not typically attempt to put a 'server', regardless of the type, on a phone. If you really just want persistence then you might want to look at an object database which can be embedded in your app. Along those lines you could look at RavenDB (I am not recommending that but merely noting that it exists and there are probably others.)

        H 1 Reply Last reply
        0
        • J jschell

          heba abu ghaleih22 wrote:

          how cam i create database(sql server .net ) on wp7

          Just to verify you did mean Windows Phone 7 right? As per the other response you would not typically attempt to put a 'server', regardless of the type, on a phone. If you really just want persistence then you might want to look at an object database which can be embedded in your app. Along those lines you could look at RavenDB (I am not recommending that but merely noting that it exists and there are probably others.)

          H Offline
          H Offline
          heba abu ghaleih22
          wrote on last edited by
          #4

          yes i mean windows phone 7 i done database on server tcp (done in c# program ) but i want to another DB for client wp7 so what type of database can i use ? when search on google i found this ( Sqlite Client for Windows Phone ) and i found (Using Local Database in WP7-Mango) so whaat i can use for tcp client ?

          J 1 Reply Last reply
          0
          • H heba abu ghaleih22

            yes i mean windows phone 7 i done database on server tcp (done in c# program ) but i want to another DB for client wp7 so what type of database can i use ? when search on google i found this ( Sqlite Client for Windows Phone ) and i found (Using Local Database in WP7-Mango) so whaat i can use for tcp client ?

            J Offline
            J Offline
            jschell
            wrote on last edited by
            #5

            Your question isn't clear. If you want a SERVER, then you find a box, put a database on it, and maintain it. Then your CLIENT talks to it, which means TCP. And it doesn't matter much what the client box is as long as you can write code that talks to the server. However if you want persistence on the phone ITSELF, then you do not need a client-server solution.

            1 Reply Last reply
            0
            Reply
            • Reply as topic
            Log in to reply
            • Oldest to Newest
            • Newest to Oldest
            • Most Votes


            • Login

            • Don't have an account? Register

            • Login or register to search.
            • First post
              Last post
            0
            • Categories
            • Recent
            • Tags
            • Popular
            • World
            • Users
            • Groups