Hi, > DBLINK could implement a getConnection() method
This sounds like DriverManager. You can register you own custom JDBC driver that returns the 'right' connection. > Not all databases support that setup via connection URL. > Ex. SET ISOLATION LEVEL , COLLATING , CLIENT ENCODING, etc. So far nobody requested such features. Could you provide more details about what you need? > Direct access to external data sources would be much better. Do you mean by setting a connection _object_ versus declarative (database URL and so on like now)? > change parameters only for dblink > but not to all linked tables if something changed. I will add a feature request for "Support CREATE DATABASE LINK". 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.
