public short getShort(int id)
 {
     return((short)_gxDbCommand.ErrorRecord(id - 1));
 }