I'm looking into using Derby-style table functions and they look like they might be very useful to me.
But I have one initial question.
It looks like each external table accessed through JDBC has to have its own Java class written and loaded into Java, which means this its not going to be really possible to define these dynamically during runtime in a normal application.

Are there any ways of doing this at runtime? e.g. I imagine a GUI that lets user select a table from a foreign JDBC connection and add it to Derby.

Thanks

Tim

Reply via email to