Discussion Board

Results 1 to 2 of 2
  1. #1
    Registered User taiffu's Avatar
    Join Date
    Feb 2006
    Posts
    1
    Hi,

    I was wondering what is the best way to connect Symbian client to mysql-server?
    Connection must use SSL and it's not necessary update data realtime. Only when user press command "update". MySQL-server is runing on Linux.

  2. #2
    Nokia Developer Moderator petrib's Avatar
    Join Date
    Mar 2003
    Posts
    9,412
    It depends...

    You're probably best off by writing both your own client and your own server app. The client app runs on the phone and the server app runs on the server and talks to your MySQL database.

    The server app could be web-based which you call by sending HTTP (HTTPS) requests, and then process the results on the phone. How you structure the requests and the responses you can decide for yourself (simple keyword/value pairs in a list, XML data structures, or whatever you care or can use).

    You could also use a lower-level TCP/IP sockets approach, if you wish.

    There both HTTP and socket programming examples in the SDKs or in the samples on http://forum.nokia.com

Similar Threads

  1. HTTP Client example in Symbian 6.1 Series60 v1.2
    By SymbianSandy in forum Symbian Networking & Messaging (Closed)
    Replies: 2
    Last Post: 2005-05-11, 06:34
  2. connection problems while using client server MIDlets with Real terminals
    By Rumens in forum Mobile Java Networking & Messaging & Security
    Replies: 1
    Last Post: 2005-03-28, 09:50
  3. Replies: 1
    Last Post: 2003-09-08, 12:58
  4. http error to connect to Activ server
    By supriya_nandi in forum WAP Servers
    Replies: 2
    Last Post: 2002-11-06, 09:32
  5. Unable to connect to Nokia Activ Server 2.1 using Mobile Internet Toolkit 3
    By Nokia_Archived in forum Mobile Web Site Development
    Replies: 1
    Last Post: 2002-05-17, 12:27

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
Nokia Developer aims to help you create apps and publish them so you can connect with users around the world.

京ICP备05048969号  © Copyright Nokia 2013 All rights reserved