Sybase Business Intelligence Solutions - Database Management, Data Warehousing Software, Mobile Enterprise Applications and Messaging
Sybase Brand Color Bar
  blank
 
 
 
 
 

Posts Tagged ‘ultralitej programming’

UltraLiteJ BlackBerry Connectivity

All the different network paths for BlackBerry devices can be confusing. So here is my attempt to summarize for UltraLiteJ developers.

Only Connect

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 [...]