UltraLiteJ BlackBerry Connectivity
All the different network paths for BlackBerry devices can be confusing. So here is my attempt to summarize for UltraLiteJ developers.
![]() |
|
All the different network paths for BlackBerry devices can be confusing. So here is my attempt to summarize for UltraLiteJ developers.
One of the simple things you have to decide when building a database application is when the application should connect to the database. A natural approach is to open up a connection when the application starts, and use that connection whenever you need data. But this doesn’t work because you often don’t want to connect [...]