But how can I create the recordstore dynamically for each user and if possible then what will be the code for implementing this ?
Type: Posts; User: ritu; Keyword(s):
But how can I create the recordstore dynamically for each user and if possible then what will be the code for implementing this ?
Actually In our application we have to create tables, each table for each user for keeping there daily records.
And there may be any number of users.
Hi,
How to add 1000 entries in a list component in J2ME ?
String[] items = {"a","b","c","d"};
List list = new List("",List.EXCLUSIVE,items,null);
Above two line code is used to add...
Hi,
How to create a multiple recordstore for multiple users dynamically ?
Thanks
Hi,
But dynamically how I can assign name to the recordstore, and there is no limit
there may be any no. of users ?
Thanks
Hi,
How to create a multiple recordstore for multiple users dynamically ?
Can anyone help me out in this problem.
Thanks
Hi,
can anybody suggest me how to store a excel file containing large amount of records appoximately 7500 records in a RMS ?
Thanks
Hi,
can anybody suggest me how to store a excel file containing large amount of records appoximately 7500 records in a RMS ?
Thanks
Hi,
can anybody suggest me how to store a excel file containing large amount of records appoximately 7500 records in a RMS ?
Thanks
Hi,
I've made one game application using JSR-75 and FileConnection API ,what my application's job is just to fetch any image from the mobile's picture directory and it change into a slider...
Hi,
Could somebody tell me Nokia's which device support JSR-75 and FileConnection Optional Package, as I'm Unable to deploy my application on a mobile phone.
FileConnection currDir =...
How to create Directory like structure in j2me same as mobile phone directory
structure , could somebody give me the code for implementing this?
Thanks
How to fetch any .png image into source file without mentioning it's name ie. dynamically from any other source, that can be displayed on the mobile screen.
Actually there are no. of images , I want...