Storage of multiple data in my application

Hello

I want to allow the user to enter multiple data (personal, official, details) and then store. Similarly, my application needs to store n number of data. Maybe I should be able to store data 100 members. Fields will be 10 for each Member, for ex: username, phone number etc.
After having entered the data by the user and saved, I should go to the 'View' screen where the user can see all data memebrs with little description. Something like showing all the data with a short description in a tableview.
There will be two screens, one is "add form" and another "display screen.

As I am new to the development of BB, I want to know what would be the best approach for handling the storage? Can I use persistent store to deal with? Is any link/sample code to handle such a thing, that would help me useful?

Thank you.

Yes, it shouldn't be a problem with persistent store. You can achieve what you're looking for.

Give a glance to the developer documentation for example store persistenet.

Tags: BlackBerry Developers

Similar Questions

  • Advice on setting up multiple data sources with the health without double counting application.

    Someone has any advice on putting in place several sources of data with the application of health... and how to ensure that you are not double count data.

    I use an iPhone OS on 9.3.1 (my first iphone never). I use map my walk for specific tours. Garmin vívosmart HR for general steps, heart rate and sleep; and a balance of inside. I think that the iPhone itself also some general measures.

    Thank you

    Anthony

    The health app manages all the automatically.

  • Data shared between applications

    Hi all!

    I am writing a small application, and I wanted to separate the user interface in two applications to reduce by clicking. But they have a lot of data in common, so I thought that maybe I should have a third application that manages just the push / pull aspect? I'm doing exactly how (if we can) share data between two applications?

    An XML document or something like that would be perfect. Maybe a few pictures, if I'm really lucky.

    I would also say RuntimeStore if data should not be persistent and the images become large, then don't look to put it on the SD card.  You can also consider RMS store, but for a native Blackberry application, the other options are probably better.

    You can store an XML document in all these places, but this means that you will allow the analysis whenever you need to get some data from it and/or update some information there.  PersistentStore and RuntimeStore are object storage, you can store the object analyzed, what could be more effective.

    Suggestions apply to date only if the data is dynamic, if the data is static (for example, the code and still images), then you can create a shared library that is used by both applications.

    I think that all of these options are discussed to some extent in the developer's Guide, I would say you have one skimmed through here.

  • Full of multiple data sources

    Hi all

    I work in a retail environment in retail and we build reports for stores. There are several reports and that they receive the same reports. We use the BEEP company with breaking function and it works fine.

    The problem is that there are too many reports and we would like to consolidate all of the reports from the same store in the same PDF. We use the function of multiple data source and managed to concatenate all the comprehensive reports.

    Using this model, and the new report, we cannot make breaking functionality works correctly: the burst report contain all components of report required.

    For example, I have 2 questions A and B producing each of the reports for 3 stores: 2, 4, and 5. Without rupture, the result is such that it is:
    Query A - store 2
    Query A - store 4
    Query A - store 5
    Query B - store 2
    Query B - store 4
    Query B - store 5

    With the outbreak in a file using the store number, I get the following:
    File 1 - store 2 - query A
    File 2 - store 4 - query A
    File 3 - Store 5 - query A
    + Store 2 - question B
    + Record 4 - B query
    + Store 5 - question B

    I wish I had the following result:
    File 1 - store 2 - query A
    + Store 2 - question B
    File 2 - store 4 - query A
    + Record 4 - B query
    File 3 - Store 5 - query A
    + Store 5 - question B

    The main question is: is it possible using Enterprise Pub BI? We are using the 10.1.3.3.2 version

    If this is the case, can you provide me with help on how to configure either / or queries and the model to accomplish this task?

    I create an SR and Support of Oracle is not an answser and suggested someone in the Forum could help.

    Thanks in advance,
    Minh

    I wish I had the following result:
    1-2-query A file + Store 2 Store - query B
    File 2 - store 4 - query A + Store 4 - query B
    File 3 - Store 5 - query A + Store 5 - query B

    the level of break must be give to
    1-2-query A file + Store 2 Store - query B

    the tag in the xml file must be broken down by common to these three rows.

    Since the data comes from the application of different, and data won't be under the single label.
    You can't burst using the concatenated data source.

    But you can do by using datatemplate and bind the request and get data for each file in a single query.

    Select distinct store_name in all stores

    Select * from query1 where to store the name =: store_name = 1st request

    Select * from query2 where to store the name =: store_name = 2nd request

    set the datastructure as you wish,

    the XML will contain something like that


    -to store 2
    -to store 3
    -for the store 4
    -to store 5

    Now you can it burst at the store level.

  • How to show the multiple declaration for an application

    How to show the multiple declaration for an application

    Thanks for your suggestions...

    Looking at the javadocs you can only save an indicator by application. You will need to do three separate applications and package them as an If you want three different indicators to be visible at a time. Or change the flag that (or which group) of the indicators you want to display.

  • I forgot to backup Outlook Express! However, the .dbx files are all in the data folder of Application that I have back up! How can I see what is in them to import to my chosen e-mail program?

    Original title: .dbx files

    I've updated computer laptop of my client from Windows XP to 7.  I forgot to backup Outlook Express!  However, the .dbx files are all in the data folder of Application that I have back up!  How can I see what is in them to import to my chosen e-mail program?

    This is how you would normally import into Windows Live Mail. If all goes well it will give you enough of a jump start.
     
     
     
    Copy the * ENTIRE * OE message store folder to a flash drive. (Folders.dbx must be included). Place it on the desktop or another location on the computer using WLMail.
     

    WLMail 2011/2012: folder button. Import Messages. Microsoft Outlook Express 6, and the point where it was saved.
     
     

     
     
     
     
     
     
     
     
  • How to avoid creating multiple instances of the application?

    Hello

    We have a user interface Application. The application has been set to Auto run at startup and as a Module system.

    The application has a file listener that checks all new emails.

    When we start the application from the user interface by clicking on the application icon, it seems that the multiple instance of the application is created. For this reason when send us an email to request it is receiving emails several times. Sometimes simple, double and sometimes even five times.

    public class MyApplication  extends UiApplication implements FolderListener,
            SystemListener, GlobalEventListener {
    
        // Boot
        public static void main(String[] args) {
            if (args != null && args.length > 0 && args[0].equals("gui")) {
                // code to initialize the app
                fromService = false;
                // register the notification
                Notification n = new Notification();
                n.registerNotificationObjects();
    
                Utilities.writeLog(GUID, "MyApplication GUI Starting up");
                MyApplication service = new MyApplication();
                service.enterEventDispatcher();
            } else {
                Utilities.writeLog(GUID, "OnBoardV2 Service Starting up");
                MyApplication service = new MyApplication();
                service.enterEventDispatcher();
            }
        }
    
        public void messagesAdded(FolderEvent e) {
            /// Receive messages
            }   
    
    }
    

    In this regard, any help will be apreciated!

    Thank you

    I don't know if it's your entire code, but if you register your application as a file time listener never, it is called, then you save several headphones. The listener does not cause deleted your app closes, you must explicitly remove the listener. You must either put the listener in its own class and only sign up to start or find a way to check if the listener is already registered whenever the application is called.

  • How to clear data from the Application to SEEP

    Hi all

    Can you help me to erase the data of the application

    You can go to the calculation Manager, database properties, made a right click the type of plan and select clear and select the option - https://docs.oracle.com/cloud/latest/pbcs_common/CSCMD/ch10s06.html

    If you want to partially erase the data then you can watch a rule - https://docs.oracle.com/cloud/latest/pbcs_common/CSCMD/ch03s02s02s01.html

    See you soon

    John

  • Failed to add data to an application

    Hi ~

    I meet a problem in the studio of discovery short, my discovery workshop, the "Add a data set" button or "add records" option will disappear under data set. Although still able to create points of view, but is no longer able to add several sets of data which is very annoying, I essentially have to re - create the application again. It seems happens whenever someone does some work for export in the side ETL at my request. Anyone who has seen a similar question and maybe share with me? Any ideas would be useful. Thank you.

    Yes, this is how it works.

    The thing to remember is that each application is associated with a single domain of short server data. When you ingest data using Integrator, you create the data domain, use the short servers page in the control panel to make it available in the Studio, then select as the source of data for your application. Other users can also create applications using this same data area.

    When you create an application from a worksheet, Studio creates a new field of data and assigns it to the application. This type of data field cannot be used to create other applications.

    The basic assumption is that a field of data created using Integrator/ETL (sometimes referred to as 'curated data') is managed/controlled/made available by a COMPUTER group, which would be non-random users, adding data from their Excel spreadsheets.

    Areas of data created using a spreadsheet (sometimes referred to as the "self-service") belong to this user. Anyone can change the application can add more data from other worksheets.

  • Storage vmotion, between data warehouses when the block size is different

    Hi all

    I would like to know, is it possible to do a vmotion of storage between two data warehouses, when they have different block sizes. The case is as a former vmfs data store 3 which has been upgraded direct to vmfs5 there, but since it has been updated it maintains its own block size. While the newly created vmfs datastore 5 a block size of 1 MB.

    Thus, storage Vmotion will work in this case? It will fail OR will be with degraded performance?

    Finally, storage vmotion is possible even if you do not have a cluster DRS for storage?

    Thank you

    Yes you can!

    Check some info on the effects of block size: http://www.yellow-bricks.com/2011/02/18/blocksize-impact/

  • Bought Office Acrobat 11 DC Pro to my PC running Windows 7 - I have more than enough RAM and storage, but get the message: "this application cannot be installed on this operating system. The installation program will end now. Please refer to the minimum s

    Bought Office Acrobat 11 DC Pro to my PC running Windows 7 - I have more than enough RAM and storage, but get the message: "this application cannot be installed on this operating system. The installation program will end now. Please refer to the minimum requirements to... "Can't determine the location on the Adobe Web site to get answers. Any suggestions?

    I deleted an earlier version of Acrobat Pro from my computer. Still, I get the same message.

    Hi John,.

    Please specify if you have purchased DC Acrobat or Acrobat 11 or upgrade you to the latest patch for Acrobat 11, that is to say 11.0.11 so that we can help you accordingly.

    I wonder if you have checked your system requirements before you download Acrobat.

    I would also ask to share with you the screenshot of the error message with us.

    You could probably uninstall Acrobat using cleaning tool. Here is the link for the same thing.

    http://labs.Adobe.com/downloads/acrobatcleaner.html

    If you were installing DC, check out the following link to download.

    https://helpx.Adobe.com/Acrobat/KB/Acrobat-downloads.html (classic)

    https://helpx.Adobe.com/Acrobat/KB/Acrobat-DC-downloads.html (continued)

    Concerning

    Sukrit diallo

  • Cannot add the NFS storage to the data device

    Hello

    I try to add the NFS storage unit of data.

    I followed the documentation, and when I ran the script supposed to mount/add NFS storage to the device, an error message indicating that the export is read-only, which is actually not the case:

    ./Mount-NFS-Store.pl nfs--servername.domain.com:/hzn-data-01

    NFS: servername.domain.com:/hzn-data-01

    HOST: servername.domain.com

    servername.domain.com is alive.

    Mount.NFS: deadline set for Fri Mar 8 21:33:13 2013

    Mount.NFS: try the options based on the text 'hard, rsize = 32768, wsize = 32768, intr, addr = 128.178.102.59'

    Mount.NFS: prog 100003, try around = 3, prot = 6

    Mount.NFS: try the port TCP XXX.XXX.XXX.XXX prog 100003 3 prot 2049

    Mount.NFS: prog 100005, try around = 3, prot = 17

    Mount.NFS: try XXX.XXX.XXX.XXX prog 100005 3 UDP port 1234 prot

    ServerName.domain.com:/HZN-Data-01 on/opt/zimbra/store10 type nfs (rw, sync, noatime, hard, rsize is 32768, wsize = 32768, intr)

    Error has occurred: directory does not exist or is not writable: / opt/zimbra/store10

    zmvolume failed at ligne./mount-nfs-store.pl 49.

    Of course, I tried to go to the mount point (in this case/opt/zimbra/store10) and quite capable of writing in it (touch, create the file + dir, etc...).

    The data device has root access to the NFS export. I have no idea about the cause of this error.

    Any clue?

    Thank you very much

    Eric

    In my view, that ashish ask you to run the following command, so that the folder is owned by the user «zimbra»

    chown-r zimbra:zimbra

  • Clone a model on multiple data centers

    So here's the scenario:

    In my vcenter, there are two data centers. In a Datacenter (B), that we have our systems development and the other data center (A) are our production environments. Must often make a clone of a (B) VM and clone a VM (A) through. We have a process of the method we use to move our VMs. I'm powerCLI throughout the process in order to save on some manual cloning time. This is our process:

    1 clone a VM (B) direct and take from the Datacenter (B) under the "DEV" folder, under this is a subfolder 'AppServer' where the virtual machine "DevAPP" exists and it a clone of this subfolder in another subfolder in 'AppServer' also called ' ~ DEV (B) to (a) staging of Clone.

    2. once the clone "Date of DevApp_today" is realized in the "~ DEV (B) to (a) staging of Clone" remove us the NIC 1 and then convert it to a template.

    3. once it is converted to a template with the name 'Date of DevApp_today' clone us over the back (B) data center "~ DEV (B) to a Clone (A) Organization" (A) record data center "(B) to (a) staging of Clone.

    4. once the 'Date of DevApp_today' model in the data center (A) convert us into a virtual machine and and add the NIC, assign VLAN appropriate and then activate connected to power on.

    5. once the network card on the virtual computer we then convert back to a model and deploy him 11 VMs with the customization files to configure the virtual machine.

    Most of the time steps 1 and 2 I can script fairly easily, and the 4 and 5, my biggest problem is step 3. What I've tried is by using the New-model command.

    Example: New-model -model 'Date of DevApp_today' -location a Datacenter in English (common name) VMHost - $HostA (a host in A data center) -data store $Data (storage in A data center) DiskStorageFormat - Thin -RunAsync-confirm: $false

    It works to get the center of data (B) (A) data center model, but he falls into the root of the data center (A). I know it's because in - place I put 'A' there, but I do not know in any case to decompose from there to drill down to the data center (A) subfolders. If I put the subfolder "(A) (B) (a) staging of Clone" it's all just a stink about how I already have a template of this name and it must be cloned in the same data center. Meanwhile once it reaches the root of (A) I have just run a Move inventory on the template to move to "(B) to (a) Clone staged."

    I have necessarily need a whole script created for me, I just want to know how to move the model obtained in (B) (a) without him having to be abandoned in the root (A), move inventory

    Not sure about the quotes or not, but may be necessary

  • Install PT8.53 with Linux question: connection process Data Mover and application designer

    People,

    Hello. I install PeopleTools 8,53 Internet Architecture.

    Server database is the database Oracle 11 GR 1 material.

    Operating system is Oracle Linux 5.

    I installed successfully JDK7, WebLogic Tuxedo 11 GR 1 material and PeopleTools 8,53 10.3.6, in Oracle Linux 5.


    I've been setting up of database PeopleTools8.53. Because the Wizard installation problem, I created PeopleTools 8,53 database manually by using starter PT853 Oracle database instance. I have run the following scripts:
    (1) utlspace.sql
    (2) dbowner.sql
    (3) ptddl.sql
    (4) psadmin.sql
    (5) psroles.sql
    (6) connect.sql


    Then, we perform Data Mover script in a Windows XP Client computer to fill the PeopleTools PT853 database machine Linux Sever instance.

    I installed Oracle Database 11 g 2 client for 32-bit Windows XP 64 - bit Windows virtual machine and run it successfully.

    In Oracle Linux 5 Server Machine Net Manager:

    Service name: PT853
    Connection type: default database
    "TCP/IP Protocol".
    Host name: 192.168.196.102
    Port name: 1521

    Listener: LISTENER
    Protocol: TCP/IP
    Host: 192.168.196.102
    Port: 1521


    I test the Service PT853 with "SYSADM" username and password "SYSADM". The connection is successful.

    In the Windows XP Client computer, the information in the Net Manager is the same, and the connection is successful as well. Its details are as below:


    NET Service Name: PT853
    Protocol: TCP/IP
    The host of the database Machine name: 192.168.196.102
    Port number: 1521
    Name of the Basic Service: PT853
    Connection type: default database


    This means that Windows XP can connect to Oracle Linux 5 successfully. But in the computer Windows XP Client, Data Mover and application designer cannot open a session in PT853 Instance of database in the Linux Server machine. Its details are below:

    Configuration manager:
    Type of database: Oracle
    The database name: PT853
    User ID: SYSADM
    Connect ID: people
    Connect password: people

    Data Mover:
    Type of database: Oracle
    User ID: SYSADM
    Password: SYSADM

    Application Designer:
    Type of database: Oracle
    User ID: SYSADM
    Password: SYSADM

    When connect Data Mover and application designer, I got the same error:

    ORA - 12154:TNS: can not resolve the connect identifier specified. Invalid user ID and password for the access code.

    According to my understanding, process connection Data Mover and the application designer requires 3 tables in SQL Server: PSOPRDEFN, PSACCESSPRFL, PSSTATUS. I'm not sure the process of connecting to the Oracle database. I checked the database PT853 instance in Linux, and there is only one table "PSDBOWNER" created by the scripts.

    My question is:

    Can any folk tell me the connection process Data Mover and Oracle database application designer? Requires only one table "PSDBOWNER"?

    Thank you.

    Oh my, many mistakes action here. If PSDBOWNER doesn't have a line, it must be solved at the time that the error came out. The replacement by SYSADM first why? Why is complaining already existing SYSADM? Most likely, you HAVE created manually, where you shouldn't.

    Again and again the same story. And again, sorry to say but you should take the basics of Linux training, Oracle training bases and sorry to be hard but reading training as well to read correctly the Peopletools Installation Guide where all required steps are really described in details.

    I don't think anyone can help you across the network in this respect,

    Nicolas.

  • Loading multiple data to an XML file?

    Hello

    I have a problem loading multiple data from the same XML file. In this XML file, I have a list of dishes, I want to add to a menu. So, how can I load more data from different branches of the XML file into my text fields?

    Thanks in advance,

    Rafael Carignato

    Found a way to do it. I created X text elements named "textbox1", "textbox2", etc. Here is the code:

    var i = 1;

    var message;

    $.ajax({)

    type: 'GET ',.

    URL: "books.xml"

    data type: "xml."

    success: function {(xml)

    ($xml).find('Book').each (function () {}

    var Work'stitle = $(this).find('Title').text ();

    var sAuthor = $(this).find('Author').text ();

    sGenre var = $(this).find('Genre').text ();

    message = Work'stitle + ',' + sAuthor + ', ' + sGenre;

    Console.log ("Message:" + message);

    Console.log ("i:" + i);

    SYM. $("textbox"_+_i).html (message);

    Console.log("");

    i ++ ;

    });

    },

    });

Maybe you are looking for

  • Why TB does not freeze when I click on account settings? (Goes from bad to worse!)

    A few days ago, I posted a question about migration backup emails in TB. I got help, but not a definitive answer to my problems. Unfortunately, my wife and I seem to have created an additional problem which must be resolved before we return to the is

  • SkyDrive photos - how is this possible?

    So I downloaded a bunch of photos to Skydrive.  It seems that I can't delete an entire folder.  Say you have 50 photos in a folder - you really have to individually remove the 50 & photos #$%?  Is this possible?  Or could they be that stupid that the

  • E1200 - TX setting?

    I am looking to buy the E1200.  Please can someone confirm if this router settings allow you to adjust the TX (aka power output)?

  • Recieved SMS message don't show up as a preview/banner

    Hi guys, my xperia z3 new compact arrived today, but I'm having some trouble I want my phone displays a banner that scrolls down from the top of the screen when I receive a text message sender and message alert name post content (such as banners on i

  • Go back to the old Windows

    After intermittent problems with IE7 I reloaded Vista Ultimate. I would now like to revert to the previous version, which was held in the old windows.  How do I do that?