I've spent hours looking for java.sql, but the website only seems to have javax.sql. Can you point me where I might be missing?
If we had that, what would the remaining porting effort be to get it over to run on Me? Just the random access file? Is that something we could abstract out? ---------------- chris erickson 970.430.6289 "No man knows how bad he is till he has tried very hard to be good. " On Wed, Feb 10, 2010 at 7:52 AM, maro <[email protected]> wrote: > The java.sql and javax.sql packages are available as optional packages > for JavaME: > > http://java.sun.com/javame/reference/apis.jsp > > Be warned: this packages don't include all classes/interface of the > JSE! > > Best, > Manfred > > On Feb 9, 12:15 am, Thomas Mueller <[email protected]> > wrote: > > Hi, > > > > > I'm looking to use H2 on a blackberry, but it has no support for the > > > JDBC and no java.sql package. > > > > Is the class java.io.RandomAccessFile supported? > > > > Could you post a link to the documentation (most important is the list > > of supported APIs)? > > > > Regards, > > Thomas > > -- > You received this message because you are subscribed to the Google Groups > "H2 Database" group. > To post to this group, send email to [email protected]. > To unsubscribe from this group, send email to > [email protected]<h2-database%[email protected]> > . > For more options, visit this group at > http://groups.google.com/group/h2-database?hl=en. > > -- You received this message because you are subscribed to the Google Groups "H2 Database" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/h2-database?hl=en.
