Hi !
I have a mnesia-snmp table:
-record(centerDisplayProcessesList, {index,hostname,sector,rowStatus}).
I now want to add a record but I can't submit an index. How can I just
add a new record
for which I do not know the appropriate index ?
Regards
Dietmar