Is there a database in memory for Blackberry?

Hi my dear experts,

I want to know if there is one in memory of database application (or library) for blackberry with jdbc connector so that it can provide standard SQL based database access... I know that there is no integrated database available for blackberry...

Anything open source? Or commercial product...

Or someone has developed for their own use (should support the standard SQL commands, at least a part!)

Thank you!

Sybase SQL Anywhere available commercial product UltraliteJ.

http://www.Sybase.com/products/databasemanagement/SQLAnywhere/BlackBerry

Tags: BlackBerry Developers

Similar Questions

  • BlackBerry smartphones is there an OS 4.6 for BlackBerry 8800?

    Hello

    BlackBerry's free OS version 4.6 for BlackBerry 8800?

    Thank you.

    No, OS4.6 never came out for the 8800.

  • Look for Blackberry Playbook

    Hi guys,.

    Someone at - it tested flash and got good results on the Playbook? Compared to the ipad?

    I'll put up Blackberry developer, but I'm unclear on installing it. I installed their SDK and selected my AIR 2.7 file

    who is in my Flash cs5.5 folder.

    1. I was expecting an option 'Air for Blackberry' should appear when I open the Flash, but it didn't happen. Not sure if it is installed on the right...

    2. it is sufficient to choose a model of 'AIR '?

    3. If I use Air 2.7, be she always export, be compatible for Blackberry 2.5 OS air?

    Thank you

    Matt

    p.s I will post all the results that I'm on this thread.

    Just my first application for BlackBerry the other night, awaiting approval now.

    There was a slight to the publication learning curve as you said, there is no option 'Air for BlackBerry' right now, but I've heard it's coming. Hope this is true.

    It's resources the two most useful that I've found. Good luck!

    o-AIR-apps-for-playbook/td-p/1080047 http://supportforums.BlackBerry.com/T5/Tablet-OS-SDK-for-Adobe-Air/Tips-Definitive-Guide-t

    ook http://www.hsharma.com/Tech/Tutorials/10-Easy-Steps-to-package-and-Sign-air-Apps-for-PLAYB.

  • Is there a public api Api to check that the cursor is open or close for blackberry 6.0?

    Hi all

    is there an api to check the slider is open or close for Blackberry JDE 6.0.

    Thank you

    Navneet Gupta.

    Hi you

    First of all "accept the solution please...." »

    See this link for more information...

    http://www.BlackBerry.com/developers/docs/4.6.0api/NET/rim/device/API/system/sensor.html

    Net.rim.device.api.system import. *;
    Import net.rim.device.api.ui.UiApplication;
    Import net.rim.device.api.ui.component.RichTextField;
    Import net.rim.device.api.ui.container.MainScreen;

    SerializableAttribute public class SensorDemo extends UiApplication
    {
    public SensorDemo()
    {
    Screen SensorDemoScreen = new SensorDemoScreen();
    pushScreen (screen);
    }
    Public Shared Sub main (String [] args)
    {
    SensorDemo app = new SensorDemo();
    app.enterEventDispatcher ();
    }
    class SensorDemoScreen extends screen implements the SensorListener
    {
    private RichTextField statusField1;
    private RichTextField statusField2;

    public SensorDemoScreen()
    {
    setTitle ("sensor Demo");
    statusField1 = new RichTextField();
    statusField2 = new RichTextField();
    Add (statusField1);
    Add (statusField2);

    Check for the presence of a sensor
    Boolean hasFlipSensor, hasHolsterSensor, hasSliderSensor;
    hasFlipSensor = Sensor.isSupported (Sensor.FLIP);
    hasHolsterSensor = Sensor.isSupported (Sensor.HOLSTER);
    hasSliderSensor = Sensor.isSupported (Sensor.SLIDE);
    statusField1.setText ("Flip:" + hasFlipSensor + "\nHolster:")
    + hasHolsterSensor + "\nSlider:" + hasSliderSensor + "\n"); "."
    Check the status of a sensor
    If (Sensor.isSupported (Sensor.SLIDE))
    {
    int sliderState = Sensor.getState (Sensor.SLIDE);
    Switch (sliderState)
    {
    case Sensor.STATE_SLIDE_CLOSED:
    do something if the cursor is closed
    statusField2.setText ("cursor is closed.");
    break;
    case Sensor.STATE_SLIDE_IN_TRANSITION:
    do something about cursor in transition
    statusField2.setText ("Slider is between open and closed.");
    break;
    case Sensor.STATE_SLIDE_OPEN:
    do something if the cursor is open
    statusField2.setText ("slider is open.");
    break;
    by default:
    statusField2.setText ("cannot determine the State of the cursor from.");
    }
    }
    Listening to changes to a sensor
    Sensor.addListener (Application.getApplication (),)
    Sensor.SLIDE);
    }

    implementation of the SensorListener.onSensorUpdate)
    change cursor only checks
    ' public void onSensorUpdate (int sensorID, int update)
    {
    If (sensorID is Sensor.SLIDE)
    {
    If (update is Sensor.STATE_SLIDE_OPEN)
    {
    do something if the cursor is now open
    statusField2.setText ("Slider is now open.");
    }
    ElseIf (update == Sensor.STATE_SLIDE_IN_TRANSITION)
    {
    do something if the cursor is now transitioning
    statusField2.setText ("Slider condition changes.");
    }
    ElseIf (update == Sensor.STATE_SLIDE_CLOSED)
    {
    do something if the cursor is now closed
    statusField2.setText ("Slider is now closed.");
    }
    }
    }
    }
    }

    .................

    Manoj Kumar bakkar

  • Is there a simulator for blackberry 10?

    Is there a simulator for blackberry 10?

    Similar download page (probably same Simulator) on this page: https://developer.blackberry.com/cascades/download/

    If you go to the page of high level on this site, you can reach easily ALL the material, including the Simulator and docs and software development kits.

  • When will blackBerry smartphones there be a new date for the storm?

    dose - anyone know when there is a new update for the storm?

    No one knows when.

    No one knows if.

    Verizon is one of the carriers slower to release OS updates for their devices.

  • I could develop Java Application for Blackberry device software version 5.0 to 6.0 JDE

    Hi, expert,

    I saw this line of the ' BlackBerry Java Development Environment - 4.7.0 - fundamentals Guide'.

    It is said:

    ===============================

    With each major version of the BlackBerry Device Software and the FMV of BlackBerry, Research In Motion includes the
    corresponding Java API and version of the BlackBerry® Java® development environment. The version of the BlackBerry device
    Software determines the version of the BlackBerry® integrated development environment that you can use to develop
    applications. For example, RIM released BlackBerry Device Software version 4.0 and BlackBerry JDE version 4.0 in even
    time. BlackBerry JDE version 4.0 supports APIs that were introduced in BlackBerry Device Software version 4.0
    and BlackBerry JVM version 4.0.

    The applications that you create by using BlackBerry JDE Version 4.0 only work on BlackBerry devices
    running BlackBerry Device Software version 4.0 or later.

    =========================

    The last sentence talking about version 4.0 of JDE. I think that would mean that I could not develop a java application on JDE 6.0 for Blackberry 5.0 version of the software, even if I do not use any new API to 6.0. However, it seems to me that it is a useless limitation. Could someone throw some lights on it?

    I'm going to agree with superdirt here.

    I have the 5.0 OS update of applications work well on OS 5.0, 6.0 and 7.0 of the OS OS phones.  I try not to recompile for levels of the OS, if I can, and so far I've been perfectly safe with OS 5.0 running on the later levels of the operating system.  So you should be able to get away with just using OS 5.0.

    Not that it is important for you, but I just thought I documents some historical information about level changes.  .

    As far as I know it 2 change cod in the file format, one to the 4.0 OS and the other in OS 4.2.  Therefore, if you want to run anything in OS 6.0 or above, it must be compiled in OS 4.2 or higher.  Again, I have applications compiled to OS 4.2 running on OS 6.0, without no problem devices.

    There have been changes to the API - the result is that the code that works in OS xx does not work in OS yy where yy is after xx.  I hit a few of them and have so far managed to rework the code so that it works very well on both levels of the operating system.  In general it is things that I do wrong anyway, as the older operating systems (from memory) are not as strict on when the event Thread must be used.

    The problem with OS 4.7 compatibility is an impact and to get more of this, for devices touch screen only, I compile using OS 4.7.  If an application that uses only the functionality that was available in the OS 4.2, I compile on OS 4.2 for non touch screen phones and OS 4.7 for touchscreen phones.  And everything works fine.

    I hope this helps.

  • What is the limit of memory for applications Webworks? Our application does not have to charge 50% of the time.

    * This question is memory of the Z10 device only Webworks *.

    We have looked EVERYWHERE and can not find an answer updated this! Also went through all the documentation.

    We have created several games using HTML5 which has great sound and special effects.  Only problem, is that we have heard that some people have had memory problems with applications Webworks.

    The game that we were about to publish has a 12 MB download size, but uses a 32 MB total memory. The script JS itself is only 800ko but are resources which are both loaded into memory to 12 MB, but an another 20 MB are generated on the plan procedural as the user through the levels.

    It worked fine in the Simulator about 3 / 6 times, with the other 3 times drawing a blank screen. We have not tested on a device yet. The game is flowing on the desktop browser 100% of the time.  We assume that failures of loading in the card sim is due to problems of memory?

    What is the total maximum memory allowed use for applications webworks? I heard that it's much lower than native applications.  We have a great game that has been in high demand for awhile now and it is very good for Blackberry players who pay for games - but unfortuntaely I'm not sure if we can publish now.

    There are 10 BlackBerry applications that exceed 1 GB in size and a very high memory usage. based on your numbers I do not plan to be a problem.

    As a general rule, if an application causes the operating system to run out of memory, the operating system will start cleaning things upwards (starting with the offending application) to free up resources. This will result in the application of closing; not a white screen.

    As a general rule, if you see a white screen on startup, it means that there was an error in the JavaScript code when loading.

    Did you by chance has created a debug version and connected Web Inspector to monitor for errors when starting?

    You use frames? BBUI.js, etc. ? If Yes, can you confirm that you expect for the event the window.load event * before * trying to access the document or WebWorks APIs?

  • extension memory for BB 10 and ripple model

    Hello world

    I hope I'm not duplicating something but I can't seem to find anything on the combination of the extension memory BB10 BB10 and ripple model.

    I followed the instructions exactly.  I built the project and placed in the directory ext SDK in the same structure, it is said on the forums for blackberry https://developer.blackberry.com/html5/documentation/make_your_extension_available_to_your_apps.html

    I put the HTML code in its own directory and designated the Ripple chrome plugin sdk and the home HTML.  I click on generate in the emulator and the buildings and displays. I can see the HTML code and click the buttons. But when it hits the example.memory.getMemory () it just dies.

    I don't see how the ripple is pulling or package the extension in the emulator.

    Can anyone clear this up for me?

    Thank you

    Mark

    There is no custom wave extension support

    But you can use the real simulator can be found here.

    http://us.BlackBerry.com/sites/developers/resources/simulators.html

  • Need for blackBerry Smartphones to synchronize with MS Outlook backup the old files

    Hello

    I'm kinda stuck with my Blackberry Bold 9700.  He wiped my old entries in the calendar (even though I have "Keep forever" selected in options), but I need the calendar last points because I used it for the follow-up of meetings, events, etc.

    Before you reinstall an old backup, copy in Outlook and then re - install my current version is there any how else to get this info on the file backup and in Outlook.  I really want to install a previous version of the backup on my phone because when I do, he never wears on a large number of the phone ringing, settings, etc., and I still need to do to get things to normal.

    Help, please!

    (By the way, I use an older version of the device software on my phone (5.0.0.714) because I can't stand display new calendar version.)

    If you do want to restore a previous backup schedule, you can - calendar only, nothing else.

    Article ID: KB10339 How to use BlackBerry Desktop Software to restore data from a BlackBerry smartphone from a backup file

    For BlackBerry Desktop Software 6.0 to 7.0

    1. Open the BlackBerry Desktop Software.
    2. Click on device.
    3. Select restore from the list.
    4. Select a backup file.
    5. Choose select settings and peripheral data.
    6. Select the databases to restore, and click on restore.
    7. A warning that all data will be replaced by a backup file. Click on Yes.
    8. When the process is complete, disconnect the smart phone BlackBerry to the computer.
  • BlackBerry Smartphones using missing synch for Blackberry Storm - does not contact sync etc.

    Initially, I downloaded pocketmac, who has never worked at all. He even does recognize the blackberry on the mobile icon, so I bought your missing sync for blackberry download.
    I've updated some contacts in the address book and then I set the plugin contact crush the next synchronization only. It did not work.

    He wanted initially to delete all my contacts of device: error more than 5% of your contact records will be changed. So, I followed the steps that provide you technical support for it. backup ical and return on the database and do with the address book then reset isync. I re-entered my AddressBook updated some new contacts and added a few photos to their cards and changed preferences to include the job titles. Then I tried to sync again (after restart and reset blackberry app) he copied on some of the contacts in the address book and others with and without pictures?

    On the blackberry in contacts, some have a space for an image to add and others not, despite me to add photos to the address book.

    Also, I added a map for me because I was instructed to do when I tried to send an invitation ical for a participant to a photo shoot and told me: you must create an address for yourself card in the address book of Mac OS X, but I created a? This means constantly every time.

    I just did the last synchronization, ical appointments worked, but I got an error message at the end saying:
    The calendar that you specified for tasks that are created on the device is no longer exists. Please, open the settings of the plugin dialog box tasks and select another calendar.
    Tasks: There is a problem with the plugin configuration tasks. Please, open the settings of the plugin of the tasks dialog box and make sure that the settings are correct.
    I'm not sure what that means that there is no such thing as the plugin configuration task on the blackberry storm, that I can find.
    Any help would be greatly appreciated and I will pass this on too many other press photographers in London which are all looking forward to register for the new storm, but will probably have much less patience and perseverance than me who happens to start all
    Best regards
    Juliette

    Juliette says:
    Also, I added a map for me because I was instructed to do when I tried to send an invitation ical for a participant to a photo shoot and told me: you must create an address for yourself card in the address book of Mac OS X, but I created a? This means constantly every time.
    Best regards
    Juliette

    I intend as a result tomorrow when my Storm (could actually be a couple of days, but I promise you, as soon as POSSIBLE). However, on your Mac, in the address book application follow these steps if you do not.

    (1) (to select the map that you created yourself (highlighted)

    (2) in the map menu, select make this card my card

    Just because you created a card with your info is not enough.

    Hope this helps, & hope I can help more as soon as POSSIBLE!

  • Error App Myspace for blackBerry Smartphones

    I have the Curve 8330 with Alltel. This issue just started to happen out of nowhere. When I go to the Myspace App I get this error "there was a communication error with Myspace. I am still able to update my status & mood, but nothing else works. All other screens just constantly "loading". And my friends on the homepage says 'loading' status. However I can check the updates successfully.

    I wonder if there is a problem with my myspace account because when I login under someone elses name I don't have this problem. But I can not yet know what is the cause. I registered my e-mail address with my phone to see if that had something to do with it, but I still had the issue...

    I tried the following:

    1 uninstall & reinstall the application. However when I reinstall somewhere, I'm automatically reconnected. It is not clear the previous memory of the Myspace app. How would I fix this?

    2 return Service directories. However the service book Myspace does not appear in the list of service books.

    3. traction battery

    4 connection under someone elses name. Everything works well for them. It gives me this message "receipt notifications Myspace, your Myspace login email address must be associated with your smart phone BlackBerry." I click on continue & loads of everything very well.

    5 wipe clean & reinstall 4.5 did not help.

    Thank you

    Welcme to Frums

    I think that this may be a myspace for blackberry case. I had the same problem periodically.

  • BlackBerry smartphones can not download Twitter for BlackBerry

    I have a flashlight and recently uninstalled Twitter for BlackBerry and installed Uber Twitter instead. Since I found that I prefer the former. However, now I can not install Twitter for BlackBerry. He told me that my device does not meet the requirements.

    The requirements are: 64 MB, 1000 KG free and BlackBerry version 4.5 or higher software.

    I have 512 MG on my device; 3.7 GB available on the built-in memory and 2.9 GB available on my memory card. I use BlackBerry device Software version 6.0.

    I'm going back with BlackBerryHelp on Twitter, but they cease to tempt me what I already tried.

    I tried to download it from the page Twitter (mobile) as well as page BlackBerry.com (mobile) with the same results. I also tried to send the link by email and download it from the link. Nada. The application does not appear in my App World.

    Help? Please? I'm tweetless.

    Hello

    Maybe it's because Twitter for BlackBerry is currently being updated.  Start by following these steps:

    1. with the unit, remove the battery for 15-30 seconds, then reinsert and wait for the device to reboot.  This will ensure that you start with a clean slate.

    2. If you have BlackBerry AppWorld, try to open AppWorld and search for Twitter here.  Twitter for BlackBerry app should be listed first.  You can then download the Twitter app from there.  This will actually give you the most up-to-date version.

    3. If this does not work, or if you don't have App World installed on your device, try to download it again from http://www.blackberry.com/twitter via your BlackBerry browser.  Now that you've done the battery pull and provided all the files are gone, you should be able to download it.

    If she won't even download, let us know.  Perhaps it is that the servers are updated and which is interrupt your ability to download.  If necessary, I'll ask another user of torch to see if it can access the download.  If he can't, then we will move the info along to those who can check it out further.

  • Firefox for Blackberry

    Is there a Firefox for Blackberry?

    BlackBerry 10 and the oldest BlackBerry Tablet OS for PlayBook is based on QNX. Once long ago, you could build Firefox for QNX, but support for QNX has long been removed from the Mozilla source tree.

    Pouvez power you to sideload the Android version that some research shows that it can work on BB10. Saw the reviews than 24.0 23.0 or even worked but shared the latest do not for example with the symbolic method of debugging.

  • Upgrade memory for MacBook Pro mid-2014

    I have a Retina (2014 Mid) MacBook Pro. There are already 16G memory. But I still even is not enough for me.

    Can I add more memory?

    RAM is not extensible on a Macbook Pro of the retina.

    I'm sure that it is soldered to the logic board.

Maybe you are looking for

  • Homepage hijacked by google

    My home page has been hijacked by google. I can put what I want, but when I close and reopen the browser, it is brought back to google. How can I fix?

  • Warranty on the laptop second hand

    If I buy a 2nd hand notebook which is less than 1 year old can I still fix it under warranty?

  • How to make a game which is blacking out of work?

    Restart and reinstall does not work.

  • How to change the parameters of voltage/mAh battery?

    Hello I bought a VGP-BPS9 (11, 1V / 4400mAh) for my laptop of SZ-670N who had a VGP-BPS10 (10.8V / 5800mAh) when I was abroad. The local Sony rep guy said that the original model was not available on the market and I have to use a similar stack and f

  • 7410 double sided printing

    Well here I am again with printing problems. I have a Mac Book Pro using OS 10.9.5, Mavericks. I managed to solve my problem of printing and scanning with the help of Shlomil. In addition, it helped me some time ago with a problem printing double-sid