I want to develop an simple application for a blackberry that allows me to send and receive data from a MySQL server. I am not that familiar with Java Mobile Programming but am aware I need some sort of web service/servlet. I have been trying to find out how I can do this from blackberry tutorials/forums but without success. Basically I want to query a MySQL database from a blackberry and want the result returned. Can anyone tell me how I can do this or provide sample code? Or offer any easier alternatives?
Asked
Active
Viewed 91 times
0

Irwan Harianto L
- 9
- 1
- 4
-
Hi, welcome to stackoverflow. If you read the faq you'll learn that your question is not answerable by us in its current state. You have to start coding first and show us some code... I suggest you [start here](http://developer.blackberry.com/develop/platform_choice/index.html) – rene Jun 01 '13 at 12:39
-
You will want to have some sort of API service that returns JSON code preferabbly. However you need to specify in your question a few things, for example on the server side what language do you plan on using? e.g. java/php/dotnet/etc. For the mobile side, what version(s) of blackberry are you targeting and what languages? (e.g. you mention java mobile but the tags you have added are blackberry-webworks and blackberry-10 - neither of which use java). – hyarion Jun 03 '13 at 10:56
-
Alright, first of all: If you are talking about Java development on BlackBerrys you will target BlacBerry 7 not BlackBerry 10. But if you want to target BB10 you cannot use Java, there are 5 different methods to target it. And like the post above, please give some more information. – Thomas Kosiewski Jul 06 '13 at 23:17