Page 1 of 1

change database and table metadata at runtime

Posted: Tue 15 Mar 2016 15:20
by elion
Hello!

I have a table in my EntityDAC model. It has always the same structure. But I create for different data a new database and new tables, so, they have the same structure but have different names. I would like to work with these tables through the framework.

How can I change the metadata of the table and database at runtime before I use the corresponding EnityDAC object? Could you provide a small example which properties I have to set?

Thank you!

Re: change database and table metadata at runtime

Posted: Fri 18 Mar 2016 12:54
by AlexP
Hello,

No, there is no way to implement such behavior.