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.
Reply
Visitor
ralph2385
Posts: 1
Registered: ‎07-23-2008

As I can connect a blackberry to data base?

Please helme 

As I can connect a blackberry to data base, with Http or sockets?

Please use plain text.
Elite II
tanzim
Posts: 9,314
Registered: ‎04-01-2008
My Carrier: grameenphone

Re: As I can connect a blackberry to data base?

How do you intentd to do so? And what's the purpose of it?

tanzim                                                                                  
If your query is resolved then please click on Accept as Solution

Click on the LIKE on the bottom right if the post deserves credit

Please use plain text.
Guru I
Xandrex
Posts: 17,539
Registered: ‎07-29-2008
My Carrier: Vodafone France (SFR)

Re: As I can connect a blackberry to data base?

you need a database client to do that, like winsql or sqladvantage or phpmyadmin or SquirrelSQL... you guess where I'm heading. I am unaware of any client that you can install on your blackberry. Moreover, if you code one (for example), the port must be opened by your carrier (unless you do port forwarding through 80).

I think the easiest way is to connect to a web client, or do VNC or stuff alike. I've seen many free VNC clients for J2ME.



The search box on top-right of this page is your true friend, and the public Knowledge Base too:
Please use plain text.
New Member
mnovak
Posts: 1
Registered: ‎08-01-2008

Re: As I can connect a blackberry to data base?

[ Edited ]

Yes.  Have you tried UltraLiteJ?  UltraLiteJ is a lightweight relational database and data synchronization client for BlackBerry smartphones and for J2SE.  Java™ developers can use UltraLiteJ to build robust mobile applications and extend enterprise data to mobile users.

 

UltraLiteJ is a client for SQL Anywhere MobiLink data synchronization.  It provides the ability to carry out change-based, two-way data synchronization on subsets of a database or on a complete database over either HTTP or HTTPS.  Each data upload to the server or download from the server is carried out as a single transaction.

 

UltraLiteJ also provides on-device change tracking and synchronization functions so that BlackBerry JDE developers can build data synchronization right into an application.  Together with MobiLink it lets you extend Oracle, SQL Server, DB2, Sybase ASE, and SQL Anywhere databases to mobile devices, and provides an interface for other enterprise systems and interfaces such as Enterprise Resource Planning applications and web services.

 

See also:  http://www.sybase.com/detail?id=1056922

 

Message Edited by mnovak on 08-01-2008 11:39 AM
Please use plain text.