Hi ALL,

I have a doubt about lexicographic ordering. Suppose we have table as
defined bellow 


UserEntry  OBJECT-TYPE
        SYNTAX  FmxUserEntry
        MAX-ACCESS      not-accessible
        STATUS  current
        DESCRIPTION 
                "The entry contains data for a user."
        INDEX { UserName }
        ::= { UserTable 1 }

UserEntry ::= SEQUENCE {
        UserName
                DisplayString,
        UserPassword
                DisplayString,
        UserAccessRights
                DisplayString,
        UserLanguage
                DisplayString,
        UserWebCtPoolIntervel
                Integer32,
        UserStatus
                RowStatus
}
 
Now suppose user has created three rows with the following index
somenath,raghu,arun. Suppose the OID of username is 1.2.3.4.5.6 . So the
OID of the index willbe 1.2.3.4.5.6.somenath,
1.2.3.4.5.6.raghu,1.2.3.4.5.6.arun .But how are we going to decide the
Lexicographic order of these entries ? 

 Please help,
Regards,
somenath


-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys -- and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
_______________________________________________
Net-snmp-users mailing list
Net-snmp-users@lists.sourceforge.net
Please see the following page to unsubscribe or change other options:
https://lists.sourceforge.net/lists/listinfo/net-snmp-users

Reply via email to