Hi, I'ld like to write a MIDLet which accesses a pre-defined database i.e. a record store. I am looking for a generic simple way to get this initial Data (about 20k) deployed together with the MIDlet. Of course I could define constant byte arrays and write them one by one. I could also implement a large method which fills the record store record by record and this method could be generated automatically on a PC. All of this sounds rather clumsy and even though I haven't found a solution I am sure there must be. Any hint?
Thanks in advance - Roland

Reply With Quote

