sure , it's not complete trace only relevant.  rest related to method and a 
following code, another  to internals of android

execSql(...
      {
        Statement ps = conn.createStatement();
        ps.execute( stmt );


anyway

05-01 16:57:45.263: E/AndroidRuntime(21027): FATAL EXCEPTION: main
05-01 16:57:45.263: E/AndroidRuntime(21027): 
java.lang.NoClassDefFoundError: org/h2/message/DbException
05-01 16:57:45.263: E/AndroidRuntime(21027):     at 
org.h2.command.Command.executeUpdate(Command.java:234)
05-01 16:57:45.263: E/AndroidRuntime(21027):     at 
org.h2.jdbc.JdbcStatement.executeInternal(JdbcStatement.java:177)
05-01 16:57:45.263: E/AndroidRuntime(21027):     at 
org.h2.jdbc.JdbcStatement.execute(JdbcStatement.java:152)
05-01 16:57:45.263: E/AndroidRuntime(21027):     at 
com.test.DB.execSql(DB.java:28)


On Wednesday, May 1, 2013 11:36:04 AM UTC+2, Christoph Läubrich wrote:
>
> Are you sure this is the full stacktrace? 
>

-- 
You received this message because you are subscribed to the Google Groups "H2 
Database" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To post to this group, send email to [email protected].
Visit this group at http://groups.google.com/group/h2-database?hl=en.
For more options, visit https://groups.google.com/groups/opt_out.


Reply via email to