Dear Team,
I am using DataAccessAdapter and I am looking for a solution to change the tablename
dynamically.
I tried to do this:
'In there override the GetFieldPersistenceInfo* methods and call the base class' version first. In these overrides, you can then manipulate the table names. It's up to you how you determine when to change which name into which name'
But unfortunately I was not sucessfull. Do you have an example where I can see what to do ?
Up to now I have realized a huge erp solution and for all the tables I use your orm. Accept one table. Because for this table, the name depends on the company number ( 1-99 ).
A factoring program create this table at programstart and at the end of the program the table will be renamed. It can happen, that this program is running in serveral companies at the same time. So I need a solution to change the tablename dynamically.
Greetings from Germany
Werner