03-02-2011 06:37 AM
Hi
I am in new in blackberry development,
i want to insert the data to SQL SERVER through Blackberry Application.
Please Help.....!
Thank You .
Solved! Go to Solution.
03-02-2011 07:19 AM
welcome to the support forums.
there is no jdbc driver for blackberry, you will have to use a server component to connect to the database and the blackberry.
search the forum, there are many related questions which have been answered.
03-02-2011 07:26 AM
Hi simon_hain
Thank you for replying, I am trying to send data to server using JSP is it possbile??? or shall i ues PHP or Socket Proramming.
03-02-2011 07:29 AM
jsp is not the correct technology, no. it is used to display things in webpages (dynamically).
you can use php for simple tasks, but a java (or any other language) program with a server socket would work better. webservices are also a possibility, but that depends on the complexity of your workflow.
03-02-2011 07:35 AM
I got the Solution.
Thank you so much simon_hain.