Closed Thread
Results 1 to 4 of 4

Thread: Making connection between MySQL database and C# Mobile device project

  1. #1
    danbt's Avatar
    danbt is offline Newbie
    Join Date
    Nov 2009
    Location
    Birmingham UK
    Posts
    12
    Rep Power
    0

    Question Making connection between MySQL database and C# Mobile device project

    Hi All.

    Im having trouble, making a connection between my MySQL database and C# Mobile device project.

    I can do it with a normal windows form program using the ODBC Connector. And adding the reference.

    However, I cant add the same reference on the mobile device project.

    Help would be greatly appreciated.

    Thanks;

  2. CODECALL Circuit advertisement
    Join Date
    Always
    Location
    Advertising world
    Posts
    Many

     
  3. #2
    danbt's Avatar
    danbt is offline Newbie
    Join Date
    Nov 2009
    Location
    Birmingham UK
    Posts
    12
    Rep Power
    0

    Re: Making connection between MySQL database and C# Mobile device project

    Anyone, any ideas? Please...

  4. #3
    gokuajmes's Avatar
    gokuajmes is offline Programming God
    Join Date
    Jan 2010
    Location
    India
    Posts
    516
    Blog Entries
    5
    Rep Power
    12

    Re: Making connection between MySQL database and C# Mobile device project

    did u ping back at Msdn forums . I am sure it has to do with the Referance to the Sql namespace

  5. #4
    gaylo565's Avatar
    gaylo565 is offline Programming Professional
    Join Date
    May 2007
    Location
    flagstaff, az
    Posts
    268
    Rep Power
    21

    Re: Making connection between MySQL database and C# Mobile device project

    Your problem is this: with the SDK for mobile devices you have to use the sqlce (compact edition) and the sqlce classes (wich are very similar to those for regular sql.) It is possible to link it to a regular sql db on a computer if you build a sync sort of program but if your db is on the mobile device itself you need to be using sqlce. Hope this helps

Closed Thread

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Similar Threads

  1. Replies: 1
    Last Post: 02-10-2011, 02:09 AM
  2. MySQL Connection
    By Bioshox in forum PHP Development
    Replies: 6
    Last Post: 04-20-2010, 02:17 PM
  3. Message from Mobile device to Server to DB and Back...
    By danbt in forum General Programming
    Replies: 1
    Last Post: 04-20-2010, 12:30 PM
  4. Request: Mobile device tutorial
    By Nightracer in forum Tutorials
    Replies: 0
    Last Post: 09-05-2006, 09:23 AM
  5. How do I make a Mysql Database Connection
    By Chan in forum PHP Development
    Replies: 1
    Last Post: 07-17-2006, 09:00 AM

Tags for this Thread

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts