Adrian K�pe writes:
 > Hi, there !
 > 
 > Thanks for reply and hints ...
 > 
 > > Nope, but it should work. Are you using multiple DS's *per bean* or do
 > > you just have a generic BMP base entity which you extend to multiple
 > > BMP's with different DS's?
 > 
 > I think I should be more clear: I need to implement a generic bean which reads
 > the metadata of a specified database/table and initialize the internal
 > variables - stores the database structure and schema - (the definition of the
 > bean content so to say). I use the same class for different tables with
 > different DS.

What you're saying is, you want to be able to pick the database at
runtime, right?  I don't think this is gonna work...  unless you want
to get database specific and use oracle's CREATE DATABASE LINK or
something.

Tom


--
--------------------------------------------------------------
To subscribe:        [EMAIL PROTECTED]
To unsubscribe:      [EMAIL PROTECTED]
Problems?:           [EMAIL PROTECTED]

Reply via email to