12-03-2012 03:45 PM
I have a SQLDirectory with a tableReference whose sourceDirectory is a MultiDirectory. I want to supply my own dataFile to populate the tableReference. How can I specify the createTablePolicy for the tableReference so that it will load the data in my datafile?
12-04-2012 06:28 AM
You can invert the relationship between the source multi and the target sql directories:
Put the TableReference
to resolve the field of the SQLDirectory and put and InverseReference
to resolve the field of the multi. That way the table reference should be initializable with the SQLSession of the SQLDirectory and hence it's dataFile
attribute should be taken into account.
12-04-2012 10:20 AM
Thanks.
Find what you came for
We want to make your experience in Hyland Connect as valuable as possible, so we put together some helpful links.