Hi, I couldn't find any example of how to use sSQL scripting for OpenBaseMovil from a Midlet. Can you guys please provide some code snippets?
Like for example:
- how to truncate a table
- how to get results from a select statement.
- etc.
thanks a lot.
hi, I couldn't find any documnetation explaining how can I use the SQL scripting described in the OpenBaseMovil-DB manual from a midlet.
For example if I like to write a select on a given table(s) or do a TRUNCATE operation on a given table.
can U guys please provide some code snippets.
thanks a lot in advance.
Hi,
when I excute this code:
Database db = Database.create( "mydb" );
after that I delete that code and excute below code:
Database db = Database.connect( "mydb" );
db.start();
but there is this problem:
bm.db.DBException: bm.storage.InvalidRecordIDException...
what can I do?
please help me?
thanks...