BlackBerry Forums Support Community
              

Closed Thread
 
Thread Tools
Old 04-17-2008, 10:33 AM   #1
conundrums
New Member
 
Join Date: Mar 2008
Model: 8120
PIN: N/A
Carrier: N/A
Posts: 3
Default RMS in J2ME

Please Login to Remove!

Hello,
I am developing a simple blackberry application using J2ME.

My application does not rely on internet connection, so I decided to use a J2ME record management store.

Is this possible to convet the data of record management store into a normal text file or xml file?
The text file or xml file is going to be saved in a PC (using a desktop manager) and it will be later stored to database using other utility.

Any advice will be appreciated.
Thanks.
Offline  
Old 05-08-2008, 03:09 PM   #2
CJLopez
Thumbs Must Hurt
 
Join Date: May 2008
Model: 8700
PIN: N/A
Carrier: Telcel
Posts: 69
Default

Of course it possible, you only need to use the method GetRecord

getRecord

public byte[] getRecord(int recordId)

Just let him now wich recordId you want to store, this one will return a array of bytes, just store this bytes on a variable and create a new String. Something like this

public String getRecordIformation(int recordID) throws RecordStoreNotOpenException,
InvalidRecordIDException,
RecordStoreException
{
return new String(recordStore.getRecord(recordID);
}

that way, you 'll what was stored in the record with the number recordID as a String, then you can store this on a buffer and once you get it all, you can store on your text file

'll leave here a couple of urls where you can get a better hold of this

MID Profile
Database Persistence « J2ME « Java

Last edited by CJLopez; 05-08-2008 at 03:11 PM..
Offline  
Closed Thread



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


NETWORK INSTRUMENT GIGASTOR- 2U (2X) XEON E5-2630- 64 GB PC3 RAM picture

NETWORK INSTRUMENT GIGASTOR- 2U (2X) XEON E5-2630- 64 GB PC3 RAM

$293.99



INTEL XEON E5 2520V2 E5 2620V2 SR1AN 2.10 GHZ Core Processor 3401A832 picture

INTEL XEON E5 2520V2 E5 2620V2 SR1AN 2.10 GHZ Core Processor 3401A832

$12.00



INTEL S5000PSL Multi-Core Xeon Motherboard / Server Board w/ 2X L5420 & 2X2G RAM picture

INTEL S5000PSL Multi-Core Xeon Motherboard / Server Board w/ 2X L5420 & 2X2G RAM

$61.62



Super SuperMicro X7DVL-E Intel Xeon Server Mother Board dual CPU sockets SL9RX picture

Super SuperMicro X7DVL-E Intel Xeon Server Mother Board dual CPU sockets SL9RX

$75.00



Trenton 92-506313-XXX W/ 2x Intel Xeon Processors & 4GB DDR2 RAM picture

Trenton 92-506313-XXX W/ 2x Intel Xeon Processors & 4GB DDR2 RAM

$110.00



1 Pc Home Intel Xeon Silver Sclip 4110 Linux   - NEW picture

1 Pc Home Intel Xeon Silver Sclip 4110 Linux - NEW

$245.00







Copyright © 2004-2016 BlackBerryForums.com.
The names RIM © and BlackBerry © are registered Trademarks of BlackBerry Inc.