El 03/02/10 18:00, Thomas Mueller escribió: >> Yes, but not only. Also I mean an ability to query data from >> connection >> and execute arbitrary commands against it without creating any other >> H2 objects (like linked tables). Preferably with support of parameters >> - >> linked tables are not suited for this. >> > What's the difference to using JDBC yourself?
Thomas, the main goals of this ideas are: 1) To use data from external sources , "inside" a H2 session and with H2 tools. 2) To have a way, for use that external datasource (connection) without the restrictions that LINKED TABLES has. 3) To use an ResultSet of external data ( generated by LINKED_QUERY function without sql restrictions ) declaratively within a sql query that combines data with external and H2 data 4) To use scripting ( RUN SCRIPT) mixing H2 sql and "native external sql" inside LINKED_QUERY() function as part of an heterogeneous script-able process . As I can see It's simply and extended form of H2 actual features that can be much more useful. I'm feeling not able to adequately convey the picture. Dario -- 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.
