Hi , I am new to blackberry devlopment and nowadays i am trying to create a database in blackberry eclipse with jde plugins.I am using Eclipse IDE v.3.4 and pluging v. 1.1 . And i have also downloaded an SQLITE DEMO project to understand it.I also have searched at many sites and tried to run a sample program by coying the code and running them...but it still won't worked.It show problem in the following lines....
import net.rim.device.api.database.*; import net.rim.device.api.database.Database; import net.rim.device.api.database.DatabaseException; import net.rim.device.api.database.DataTypeException; import net.rim.device.api.database.Row; import net.rim.device.api.database.Statement;
Well i am not getting the following things: 1) Do we have to make this packege ourselves net.rim.device.api.database.If yes then were ??? 2) How could we create and update and retrive information at runtime of our application....