Hi, I create a User-Defined Tables which need : - to create a default table in the database (CREATE TABLE syntax) - to access to the definition of the others tables of the database (a SELECT). I tried in my userd defined table to create a jdbc connection to the database ... but it failed in either a problem of file lock (file already in used) and if I connect without any lock, it failed into a non-end loop.
Is their a way to obtain a "internal"/loopback Connection object from User Defined Table to the database? Thanks by advance -- 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.
