BlackBerry Forums Support Community
              

Closed Thread
 
Thread Tools
Old 10-24-2008, 11:08 AM   #1
Mikaël Donini
Knows Where the Search Button Is
 
Join Date: Sep 2008
Model: 7100T
PIN: N/A
Carrier: none
Posts: 32
Default RecordStore and jad file that references multiple .cod files

Please Login to Remove!

Hi All,

My application is a .jad file that references multiple .cod files. I have used updatejad.exe to build such a .jad.

In the first .cod file, I have implemented a RecordStore:

Code:
// store creation
RecordStore countriesStore = RecordStore.openRecordStore("COUNTRIES", true, RecordStore.AUTHMODE_ANY, true);
//  populate the store
String value = "France";
countriesStore.addRecord(value.getBytes(), 0, value.length());
// retrieve the value
String retrievedValue = new String(_countriesStore.getRecord(1))
This works perfectly.

But, I would like to access this record store in the second module (second .cod file that belongs to the same .jad file).

Is it possible?

Thanks a lot for your time and answer.

Mikaël Donini, Arkadin France.
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


Peak Atlas DCA55 Semiconductor Tester DCA 55 NEW picture

Peak Atlas DCA55 Semiconductor Tester DCA 55 NEW

$96.98



Peak Atlas DCA55 Semiconductor Tester DCA 55 NEW  picture

Peak Atlas DCA55 Semiconductor Tester DCA 55 NEW

$96.94



New Peak Atlas DCA55 Semiconductor Component Analyzer Tester DCA 55   picture

New Peak Atlas DCA55 Semiconductor Component Analyzer Tester DCA 55

$86.94



Peak, Atlas DCA55 Semiconductor Tester,  picture

Peak, Atlas DCA55 Semiconductor Tester,

$97.99



Silicon Wafer Integrated Circuit CPU Chip Technology Semiconductor Lithography13 picture

Silicon Wafer Integrated Circuit CPU Chip Technology Semiconductor Lithography13

$78.99







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