db Table Resource

andrea93

Member
Hello everybody,
I would have a curiosity:
the Resource db table is the BPA_Resource.
But there is no "session info" field in it.
Do you know in which table of the database is this parameter found in the control room?
 

sahil_raina_91

Active Member
Hello everybody,
I would have a curiosity:
the Resource db table is the BPA_Resource.
But there is no "session info" field in it.
Do you know in which table of the database is this parameter found in the control room?

Session details are in BPASession Table
You will have to join BPASession and BPAResource Table on runningresourceid vs resourceid
 
Top