08-22-2009 06:55 AM
Hello,
following problem: A Blackberry App have to get Data(1) from a SQL Server, when the Blackbery get new Data it should ring(2) or someding ....
On the Blackberry some of the Data will be selected(3), this Data should come back(4) to the SQL Server.
What is the best technique to do this?
With a WebApp, it is not possible to meet point 3? In addition, thise function should only on the intranet reachable....
With a normal JAVA App how can i connect a SQL Server?
08-22-2009 09:01 AM
08-22-2009 09:39 AM
(SQLDB)-->ServerApp-->send Data(String) -->Blackberry
the user will see the data and confirm.
The confirmation will be sent back to the SQL Server.
(SqlDB)<--ServerAPP<--send Data(String) <--Blackberry
08-23-2009 12:30 PM