Hi,

> I wanted to make a connection to the same database where the code is
> executing.

There is a method in the JDBC API: DatabaseMetaData.getURL(). But
somethings this URL is not the 'real' URL (in Java functions).

>From where do you need a new connection? From the trigger? If yes,
there is already a connection available in the trigger, why do you
need another one?

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].
For more options, visit this group at 
http://groups.google.com/group/h2-database?hl=en.

Reply via email to