What database to use in BB 10 App

Hello

The app I want to draw will have a database that the user can query and based on the query, it will display the database information. I would like to use WebWorks.  The database is stored on the phone so that it will be available for the user, even if they are not online.

Can what databases I use. How to do this? Can you give me a few tips, examples, please. I'm new to app software.

Thanks in advance.

Joe

The BlackBerry on the storage API documentation can be found on this site.

https://developer.BlackBerry.com/HTML5/APIs/V2_0/cordova_storage_storage.MD.html

On the BlackBerry site, you will find a link to another site which also contains many examples.

http://www.html5rocks.com/en/features/storage

Tags: BlackBerry Developers

Similar Questions

  • How to check what database is used by VMware Virtual Center?

    Hello

    I recently inherited a small environment and I was asked to upgrade ESX 3.5 to ESX 4.0. I'm not a person from the database, but how can I check what database is used by VMware Virtual Center? According to the guide to upgrade the MSDE database is not supported in ESX 4.0.

    I want to just make sure that we did not use this database. I looked in the ODBC Data Source Administrator. Thanks to the system DSN, I saw that the drivers for Vmware Update Manager and Vmware Virtual Center are "SQL Native Client". Also registry editor, I watched HKEY_LOCAL_MACHINE-> SOFTWARE-> VMWARE, INC.-> VMware Virtual Center-> DB. Data on 'Vmware VirtualCenter' next to '1' and '4' is set to "SQL Native Client".

    So, how can I determine if the database used is not MSDE?

    Sorry for the stupid question, but I'm not so much with the databases...

    Thank you.

    Den...

    > So, how can I determine if the database used is not MSDE?

    MSDE does not remote databases.  ODBC Open, click System DSN, click Configure.  The listed database is that it uses, and if that is the name used for virtual center, this is the database in use.

  • What database to use?

    I'm about to do a clean install on a new server 2008R2 64-bit vCenter.  This new vCenter will manage 20 hosts ESX4 and about 300 vm.  His only role in life will be vSphere with UNIFIED messaging and a converter.  It's a new Dell 2950 with 16G of Ram and 1 TB raid storage local.  According to the latest compatibility charts, I can use any flavor of SQL. So should which database I use?  I have a Microsoft EA so I have access to all SQL flavors.

    I make no pretense of all know about SQL if you could point me also for step by step installation instructions SQL for VM?

    Thank you.

    If the OS is 64-bit, I suggest to also use the SQL Server to 64-bit.

    For 2005 or 2008 both could be good... but also check the compatibility matrix cause some people think (MUV for example) could not work in some cases:

    http://www.VMware.com/PDF/vSphere4/R40/vsp_compatibility_matrix.PDF

    André

  • I am facing problem in the use of applications of windows8. I am not able to use even a single App. What shoulg do. ?

    I am facing problem in the use of applications of windows8. I am not able to use even a single App. What shoulg do. ?

    Hi Shubham,

    You receive an error message when you try to use the Apps in Windows 8?

    Exactly how have you connected to the computer (Microsoft Account or Local account)?

    follow these steps to solve the app suggested you nuisance.

    Method 1:

    Run applications troubleshooting

    I suggest you to download and run the troubleshooter modern UI App.

    http://download.Microsoft.com/download/F/2/4/F24D0C03-4181-4E5B-A23B-5C3A6B5974E3/apps.diagcab

    Method 2:

    I suggest you follow the steps in the article. Here is the link for your reference.

    What to do if you have problems with a soft

    http://Windows.Microsoft.com/en-GB/Windows-8/what-troubleshoot-problems-app

    Method 3:

    I suggest that you check the proxy settings because if you use the Proxy Server, then the Apps in Windows 8 will not work.

     

    a. click on thegear box in the upper right corner in Internet Explorer.

    b. click onTools and then click Internet Options.

    c. click on theConnections tab, and then click LAN settings.

    d. Uncheckuse a proxy server for your LAN .

    e. clickOk.

    Hope the helps of information provided.

  • What command is used to find the size of the database?

    Hi all

    I want to know what command to use to find the total size of the database?

    Select sum (bytes) of dba_data_files;

    (more dba_temp_files, v$ log etc.)

    Published by: Robert Geier on December 6, 2011 13:25

  • APEX on a database by using a different database security

    I'm new to APEX so please forgive me if my question is elementary or if it crosses also ignoring.  My organization uses APEX for the first time and you are looking to fill a specific role.  I don't know if we want APEX can be done.

    Here's what we want to do:

    We want to create an app of the APEX on A database.

    My APEX application will be used to modify database tables b.

    Users have usernames, passwords and access set up on the basis of data B.

    When users access the application of APEX, we want the application to use the database security B.  In other words, it connects using the IDs and passwords for database B.

    So:

    I go to the application of the APEX

    He invites me to the user ID, I enter one I use when I log on database B.

    He asks me a password, I get the one I use with database ID B.

    I click OK.

    Forms are loaded with the data accessible by my ID on the B database.

    Changes on the forms and my user ID is marked as one making changes to database b lines.

    In other words, I just want to use the database A to build and enhance the application.  Anyone can run the application, but they must connect using their database B ID and password to make changes.

    (1) is it possible?

    (2) how to configure in the application of the APEX?

    Thanks for your help on this.

    8dc1e333-95ad-4714-9820-16d3e4296c4d wrote:

    In other words, I just want to use the database A to build and enhance the application.

    APEX does not work like that.

    APEX is nothing more than a bunch of PL/SQL code that runs on the database, it is installed on and run the code as "pattern analysis".

    Comment on "works on the basis of data"

    If you want APEX to read data from a different database, you use a DATABASE LINK

    for example to SELECT a report

    Select * from scott.emp@db2

    I doubt that one of the assistants APEX you'll love.

    comment "works like «pattern analysis"»

    If your application has an analysis of 'BOB' scheme... all SQL and PL/SQL code will run as BOB.

    The "DB"account "security" is more a misnomer.  APEX only checks that the entered name and password match that of the database that it is installed on.

    Once verified, APEX performs a 'switch user' for the 'scheme of analysis. "  (Authentication of proxy in Oracle)

    That's how web applications work... they use a shared schema.

    WORK AROUND

    Connect to the APEX by ADR, no EPG.  Will prevent it people to access the database directly.

    The next thing that you need is a SCHEME of ANALYSIS dedicated to the execution of SQL and PL/SQL.

    As any other database USER, it shouldn't be the same schema as the schema that contains all of your data. (Analysis schema! = data schema)

    Personally, I like to my 'space work [schema]' separated also.

    You will most likely need to use a database of private virtual control data access.

    Required Code changes

    If none of your code using the username 'USER' column, you need to change to COALESCE (V ('APP_USER'), USER)

    (I prefer to COALESCE on NVL because I anticipate different infrastructure that works similar to APEX)

    MK

  • My country is not on the list of countries iTunes. Now what can I do to buy the app?

    My country is not on the list of countries iTunes. Now what can I do to buy the app?

    You will not be able to have an iTunes account if/when Apple opened iTunes store in your country, or you move in a country that has an iTunes store - you can not use the store to another country, a part of the terms of the store is to be in a country to use his shop

  • I need to access sites that require adobe flash player on the iPad.  What can I use to allow me to access?

    I need to access sites that require adobe flash player on the iPad.  I can access these sites on my imac with adobe flash player then why not on my ipad.

    What can I use to allow me access to these sites, which are for educational purposes for my grandson to allow him to do his homework?

    While you can get Adobe Flash on the iMac, you can't be on the iPad. There are some browsers in the App Store that will emulate flash, I think that one of them is atomic, or something like that. Do a search on the App Store and you should find something.

  • What applications to use to clean the unwanted cache?

    What applications to use to clean the unwanted cache? I doctor battery now, but it would be nice to share some ideas on the subject. IPhone 6, last updated. Thank you

    There is no apps that do this on an iOS device. And battery doctor causes more problems than it solves.

    What problems do you experience that you think you need these applications to solve?

  • Can someone tell me what software to use to print and scan from my MacBook pro

    I have Mac OSX Mountain Lion and I am trying to print and scan my 5510 Photosmartt wireless. I tried to use the full suite of HP and Apple software for the printer. The HP software does not find my printer on my network only when it is connected through USB. I used the option "wireless via USB" when I installed the software, but the process never went through a process of Wi - Fi as soon as I unplugged the USB cable it was impossible to find the printer. I also tried to add a printer manually using the host name of Bonjour that works but loses connectivity on occasions, but I am then unable to use the extras like the Apps that come with the HP software.

    I have an iPad which I can connect using HP Printer Control app but I was under the impression with the last update Apple what airprint totheirs device should work without the need for an application.

    I read all the advice of experts in many forums like this one and have tried everything, but I was unable to connect to my network without problem. I can scan, eprint printers EWS etc so I must be connected to the router and the Internet, so I really don't understand why I'm having these annoying problem. I know that I am not alone so concerned manufacturers should get it sorted and soon.

    I should also mention that I have a laptop win7 I have installed on the same netwrk and had printing and scanning works very quickly without any problem of connection at all.

    I'll be very happy to receive a solution from an expert very soon.

    Your suggestion is exactly how I installed the printer before but still had problems of connectivity with my MacBook. However I seem to have found the solution and it's, once the printer and MacBook on the same network I put then a static IP by allowing the software page to recommend a static address. Previously, I had chosen the static address manually by following the instructions provided.

    The difference now is that when I look at my page of router software the printer is more listed under DHCP DEVICE INFO, but I am still able to find the printers web page by inserting its ip address into Safari, as well as the EWS page

    This seems really healed my problems. Thanks for all your help.

  • What theme to use?

    I'm almost finished my app, realized in a mixture of mxml and as3 (if this is irrelevant), and I would like to know what theme to use? We choose according to what we want, or need to stick to the default spark theme? According to me, he said somewhere that import qnx will give him a BlackBerry-esque user interface, but so far, it remains looking like the plain old theme spark. I'm doing something wrong?

    Hey lexrussian,

    Here is an example usage of the LabelButton:

    package
    {
    
        import flash.display.Sprite;
    
        import qnx.ui.buttons.LabelButton;
        import qnx.ui.skins.buttons.RoundedButtonSkinWhite;
    
        // The following metadata specifies the size and properties of the canvas that
        // this application should occupy on the BlackBerry PlayBook screen.
        [SWF(width="1024", height="600", backgroundColor="#cccccc", frameRate="30")]
        public class LabelButtonTest extends Sprite
        {
    
            public function LabelButtonTest()
            {
    
                var newbtn:LabelButton = new LabelButton();
    
                newbtn.label = "A New Button";
                newbtn.setPosition(0,300);
                newbtn.setSkin(RoundedButtonSkinWhite);
    
                addChild(newbtn);
    
            }
    
        }
    }
    

    the default skin for any button is

    qnx.ui.skins.buttons.RoundedButtonSkinWhite;
    

    but you can change it to another skin

    qnx.ui.skins.buttons.RoundedButtonSkinBlack;
    

    so if you went this route, your code would look like this:

    package
    {
    
        import flash.display.Sprite;
    
        import qnx.ui.buttons.LabelButton;
        import qnx.ui.skins.buttons.RoundedButtonSkinBlack;
    
        // The following metadata specifies the size and properties of the canvas that
        // this application should occupy on the BlackBerry PlayBook screen.
        [SWF(width="1024", height="600", backgroundColor="#cccccc", frameRate="30")]
        public class LabelButtonTest extends Sprite
        {
    
            public function LabelButtonTest()
            {
    
                var newbtn:LabelButton = new LabelButton();
    
                newbtn.label = "A New Button";
                newbtn.setPosition(0,300);
                newbtn.setSkin(RoundedButtonSkinBlack);
    
                addChild(newbtn);
    
            }
    
        }
    }
    

    and the result would be a black gradient button.

    You can learn more about the skin here:

    http://www.BlackBerry.com/developers/docs/airapi/1.0.0/QNX/UI/skins/package-detail.html

    and particularly affects the skin here:

    http://www.BlackBerry.com/developers/docs/airapi/1.0.0/QNX/UI/skins/buttons/package-detail.html

    Good luck!

    @jtegen: he doesn't sweat man. you have been more useful through the forums, and is very much appreciated. everyone makes mistakes!

  • What databases are available on the BB? How can I access it desktop?

    Hi all

    Please can someone tell what databases are available or possible to maintain on the BlackBerry Curve 8300? Is it possible to have .csv files separated by commas.

    Secondly, how can I access these databases on a device that uses the resident program on the desktop?

    Thank you.

    We do similar things to what you seem to want, with data on a BlackBerry.  We have the client software on the BlackBerry that synchronize data with the server.  The server can push updates, but this only (currently at least) works in a BES environment.  Once the data are extensive, the application program that receives the data can do what he wants with it, including be persisted.

    If you don't want to write all of this, then I would look at Sybase offer.

    See the httppushdemo comes with the JDE for an example of PUSH to work.

  • How can I create an interactive database report using internal functions of APEX?

    Hello

    We are currently migrating our client applications of APEX 4.2 to 5 APEX. One of these APEX applications using Excel to create a page of interactive report. This means that the user can select a view, materialized in the Excel plugin as a source and he or she can select columns. After you save the changes, a stored procedure uses wwv_flow_api.create_page (...), wwv_flow_api.create_worksheet (...), wwv_flow_api.create_worksheet_rpt (...) to create a new page in the Apex with the sql query generated. To synchronize report columns, wwv_flow_worksheet_standard.synch_report_columns has been used so far (4 Apex). Apex 5 call Wwv_flow_worksheet_standard.synch_report_columns will return "Internal error ORA - 20987 APEX".

    We can create a new page in the Apex with an interactive report, but the report columns are not created. If I edit this page in the application builder and add a dummy column to the query of source of interactive report, all columns will be created. Therefore, there is a solution to create and display columns of APEX 5 report, which must be done by synch_report_columns.

    I know that it is not recommended to use not documented, apex-internal functions and procedures, but we have currently no time to implement another solution. It would be great if we could use the built-in apex to create an interactive report from a given sql query.

    Does anyone have any experience with creating a page from base to APEX 5 apex? Or is anyone know how we can sync/update the columns of an interactive report without manually adding a dummy column?

    In which case it is important: we use a database of Oracle 12 c and our theme is not universal theme.

    Thanks for your help,

    Elizabeth

    Hi Elizabeth,.

    Take a look at apex_app_builder.create_ir_page which is used by the packed app 'Data Reporter'. This type of support and also simplifies the creation of a page of the IR from the line level API set that you used before. For details have a look at the procedure of add_report_page of the EBA_DP package which is installed by the app package.

    Concerning

    Patrick

  • What ODI protocol uses to communicate over the network?

    We need to open ports in the firewall to allow the ODI to connect to another instance, but we want it open only for the protocol used by ODI. It would be something like SQLNet or HTTP.

    In general, communication purposes with an agent of the ODI for invocation (i.e. perform scenarios etc.) is performed via the HTTP protocol on port defined by the user, as far as I know - TCP port 20910 is often used. If the communication with the agent of ODI is protected with SSL / TLS, then the initial communication would take place over HTTP on port defined by the user in front of an encrypted tunnel is set up by using the SSL / TLS protocol.

    Database connectivity is also at the level of the network as you say properly and according to the particular database that you are using a different application level protocol will be used by the JDBC driver. For example, database connections Oracle would use the TNS (the TCP port default 1521) Protocol while MS SQL uses the Protocol (TCP port 1433 by default) TDS, but these ports can be customized. If you use tools such as SCP in ODI while you need to open ports between the agent and the target computers so that for example you can access SSH on the target (TCP 22 for SSH default port) machine and so on.

    What this really means to however, it is exactly that you need to open TCP ports would depend on what tools you use in ODI and what technologies are, you connect from / to. It depends also to some extent how smart is your firewall and if it can detect the level protocols such as HTTP application with inspection packages rather than having to allows you to configure ports specific TCP rather than application-level protocols, for example TCP 20910 port.

    I hope that you started Gets

  • Database ALTER DATABASE RECOVER using backup controlfile with AUTO option

    Hello. I was recovering a database today and had a little blip.

    I have published the following:

    Database ALTER DATABASE RECOVER using backup controlfile

    I then chose the AUTO option, allowing Oracle to select all available log files so that it would recover to the last log found in the destination of archive

    However... has performed the following:

    ORA-00289: suggestion:
    /U03/Oracle/stk2proddata/archived_logs/arch1_242449_737547185.dbf
    ORA-00280: change 30031145558 thread 1 is in sequence #242449
    ORA-00278: log file
    ' / u03/oracle/stk2proddata/archived_logs/arch1_242448_737547185.dbf' is no longer
    necessary for this recovery


    ORA-00308: cannot open archived log
    ' / u03/oracle/stk2proddata/archived_logs/arch1_242449_737547185.dbf'
    ORA-27037: unable to get file status
    Linux-x86_64 error: 2: no such file or directory
    Additional information: 3

    Two messages above that I expected. However, I made then this:

    SQL > alter database open resetlogs;

    ALTER database open resetlogs

    *

    ERROR on line 1:

    ORA-01113: file 1 needs media recovery

    ORA-01110: data file 1: ' / u02/oracle/stk2proddata/system01.dbf'

    This is not what I expected. What I've done wrong? Should I once received the message "cannot open archived log", launched to CANCEL?

    I then recovered again, but used

    SQL > restore database using backup controlfile until cancel;

    ORA-00279: change 30031145558 generated at 30/04/2014 09:58:34 needed to
    thread 1
    ORA-00289: suggestion:
    /U03/Oracle/stk2proddata/archived_logs/arch1_242449_737547185.dbf
    ORA-00280: change 30031145558 thread 1 is in sequence #242449


    Specify the log: {< RET > = suggested |} Filename | AUTO | CANCEL}

    ORA-00279: change 30031157768 generated at 30/04/2014 10:06:07 needed to
    thread 1
    ORA-00289: suggestion:
    /U03/Oracle/stk2proddata/archived_logs/arch1_242450_737547185.dbf
    ORA-00280: change 30031157768 thread 1 is in sequence #242450
    ORA-00278: log file
    ' / u03/oracle/stk2proddata/archived_logs/arch1_242449_737547185.dbf' is no longer
    necessary for this recovery


    Specify the log: {< RET > = suggested |} Filename | AUTO | CANCEL}
    Cancel
    Cancelled media recovery.
    SQL > alter database open resetlogs;

    Database altered.

    No problem then here. Could someone please explain what I did wrong the first time and the second time right? Is this a problem with the car and using CANCEL?

    Thank you!

    DA

    11.2.0.2

    RHEL 5.5

    Bug: 4178579

Maybe you are looking for