Welcome!

Welcome to the Official BlackBerry Support Community Forums. This is your resource to discuss support topics with your peers, and learn from each other. New to the forum? Please visit the ‘Getting Started’ link below.
inside custom component

Java Development

Reply
New Member
babuljamkhande
Posts: 3
Registered: ‎03-02-2011
My Carrier: air-tel
Accepted Solution

Database connectivity

Hi

I am in new in blackberry development,

i want to insert the data to SQL SERVER through Blackberry Application.

 

Please Help.....!

Thank  You .

Please use plain text.
Developer
simon_hain
Posts: 13,813
Registered: ‎07-29-2008
My Carrier: O2 Germany

Re: Database connectivity

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.

----------------------------------------------------------
feel free to press the like button on the right side to thank the user that helped you.
please mark posts as solved if you found a solution.
@SimonHain on twitter
Please use plain text.
New Member
babuljamkhande
Posts: 3
Registered: ‎03-02-2011
My Carrier: air-tel

Re: Database connectivity

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.

 

Please use plain text.
Developer
simon_hain
Posts: 13,813
Registered: ‎07-29-2008
My Carrier: O2 Germany

Re: Database connectivity

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.

----------------------------------------------------------
feel free to press the like button on the right side to thank the user that helped you.
please mark posts as solved if you found a solution.
@SimonHain on twitter
Please use plain text.
New Member
babuljamkhande
Posts: 3
Registered: ‎03-02-2011
My Carrier: air-tel

Re: Database connectivity

I got  the Solution.

Thank you so much simon_hain.


Please use plain text.