Announcement

Collapse
No announcement yet.
X
  • Filter
  • Time
Clear All
new posts

    ds.xml with dynamic table name in serverType="sql"

    I am using power edition..

    i want to know is there any option to set the table name dynamically in ds.xml. using criteria or some other option. I am using serverType as sql.



    Thanks in advance..

    #2
    This can be done using a DynamicDSGenerator (see QuickStart Guide). An example of using this to make the "dbName" attribute dynamic is shown here.

    Comment

    Working...
    X