Discussion Board

Results 1 to 2 of 2

Thread: RMS

  1. #1
    Registered User aardwolf786's Avatar
    Join Date
    Mar 2003
    Posts
    2
    I have a question about RMS...apart from the record id what is the limit of the number of fields allowed for a given record? From the sources I have read I have the impression that there are only 2 fields allowed (including the record id).

  2. #2
    Regular Contributor pbergius's Avatar
    Join Date
    Mar 2003
    Location
    Irving, Texas, USA
    Posts
    419
    Hello,

    MIDP RMS doesn't impose any size limit or number of fields to each record. This means that each record has just the recordID and record contents as an unstructured byte array available to the program. Internal structure of a record is up to the programmer.

    Normally you would create a ByteArrayOutputStream and a DataOutputStream. Then you just write the info in one of the basic types using writeInt, writeUTF, etc. methods. You read it the same way using ByteArrayInputStream and DataInputStream.

    Regards,

    Petteri / Forum Nokia

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
Nokia Developer aims to help you create apps and publish them so you can connect with users around the world.

京ICP备05048969号  © Copyright Nokia 2013 All rights reserved