View Single Post
Old 04-30-2008, 01:14 AM   #7
balajimani
New Member
 
Join Date: Apr 2008
Model: 8670
PIN: N/A
Carrier: Sprint
Posts: 4
Default Socket Connection Problem

Hi,

I doing some application using Blackberry JDE. I am unable to create Socket connection to make a server connection from client and server.

Here is the sample code.

ConnectionManager connMGR = new ConnectionManager(URL);
StreamConnection conn = connMGR.getConnection();
daOut = connMGR.getDataOutputStream();

I am unable to make socket connection using this and my MDS is also on.

Kindly let me know if any one done with this.

Thanks,
Bala.
Offline   Reply With Quote