[Search for users] [Overall Top Noters] [List of all Conferences] [Download this site]

Conference azur::mcc

Title:DECmcc user notes file. Does not replace IPMT.
Notice:Use IPMT for problems. Newsletter location in note 6187
Moderator:TAEC::BEROUD
Created:Mon Aug 21 1989
Last Modified:Wed Jun 04 1997
Last Successful Update:Fri Jun 06 1997
Number of topics:6497
Total number of notes:27359

3661.0. "Using MIR to store data?" by MSBCS::HSU () Tue Sep 01 1992 12:19

    Hi!
       I tried to use MIR to store data which requires many reads/writes
    operation. I can only store one set of data and can't never get another
    set of data stored into MIR. It seems second set of data always
    overwritten the first set of data. What did I do wrong?
    Thanks,
    -Hamilton
T.RTitleUserPersonal
Name
DateLines
3661.1use "time" argumentTOOK::SHMUYLOVICHTue Sep 01 1992 14:0712
    
    From the description of mcc_mir_write_attr_data routine:
    
    "This routine writes or updates attribute data record to the file
    specified.
    If there was a mtching record already in the file, the existing record 
    is updated with the new attribute data passed. Otherwize, a new record
    is written into the file."
    
    Using "time" argument you can store multiple data records.
    
    	SAm