How to connect SQL company database with BES Server

Hello

I am new to this concept, how to access SQL database via BlackBerry App. Can I access data using BES, please explain. What are futures contracts, I can use when I install BES on Enterprise Server.

You can find more information on this topic by using the search function.

BB does not provide a jdbc driver, this means that you will need to use a server as middleware between SQL and BB component.

How communicate with this server, it is to you, send commands sql as strings, use a Web service, or something else.

Tags: BlackBerry Developers

Similar Questions

  • How to connect sql database to esxi to save all data from the virtual machine

    How to connect sql database to esxi to save all data from the virtual machine

    Please provide steps

    In simple terms, you cannot connect ESXi to SQL. Connect a vCenter SQL (Windows only).

    If you want to save all the data that is contained in your virtual machines, I suggest a backup solution.

    Suhas

  • Is there a simple example, I can see how to connect to a database using actionscript and Flash 8? (not with components)

    I've looked everywhere for a simple example "hello world", on how to connect to a database, pass a parameter and returns a dataset object. I'd like one that uses no components. (Actionscript only). Who uses ColdFusion 7.x and Flash 8. Can someone point me to one?

    Thanks Craig, I noticed the example, but it was meant for Flash MX, and Flash 8 documentation, the NetServices is now obsolete. Anyway, I posted my question on another site and some provided me with a simple example. Here is the url if anyone is interested... sample

  • How to connect to the database

    Hi all

    I use labsql (and quite new to him m) and the server Mysql 5.1.I wanted to know how to connect to the database without changing the name of the dsn from the tools administrative/ODBC 5.1 driver manually. I want to install exe in several PC and it would be a great help if I could make the connection directly but my Vi.

    I went through several forums and came to know that 'Provider = ProviderName; Data Source = DatabaseSource; Initial Catalog = DatabaseName; User = username ID; Password = password', should solve the problem. But where in my case I m still confused. The connection string above does not sit well with me.

    Can someone help me please.

    Have a look here, where I have such a picture to show how to form a string constant to connect to the database. Some subsequent posts in this thread should also be useful.

    Good luck!

    Ian

  • How to connect a Toshiba TL838 with facebook profile?

    How to connect a Toshiba TL838 with facebook profile?
    When I try to connect toshiba generate email with info and links for connect facebook with toshiba accounts places but when I click on the links I see only errors.

    _ * EDIT * _

    * Ok I flashed the QR code with my phone and now is connect :) *.

    Moderators please close thead

    Post edited by: junioreks

    > Ok I have flashed the QR code with my phone and connect now :)

    Thanks for sharing!

  • How to connect a mysql database host by OVH on Dreamweaver CC

    How to connect a mysql database host by OVH on Dreamweaver CC 2015?

    I can't.

    This good another document to make reference to:

    https://www.SiteGround.co.UK/tutorials/Dreamweaver/dreamweaver_mysql.htm>

    Good luck.

  • Error: A connection has been established with the server, but then an error occurred during the connection process.

    Hello

    I have MsSql running in the cluster environment and recently face the problem when there is a security agent installed in MsSql server, which the agent does nothing but only to capture the local database activity. The error led is as below:

    ID from step 1

    Server NIBKSQLCLUST

    Job name LSBackup_DRIB

    Newspaper log shipping backup job step name.

    Time 00:00:02

    SQL severity 0

    SQL Message ID 0

    Operator by e-mail

    Operator Net sent

    Operator paged

    Retries attempted 0

    Message

    2011-03-21 08:00:02.62 * error: could not retrieve parameters of backup for primary ID '26f46141-a676-41b2-8653-11f1b13de43a '. (Microsoft.SqlServer.Management.LogShipping) *.

    2011-03-21 08:00:02.63 * error: could not connect to the server NIBKSQLCLUST. (Microsoft.SqlServer.ConnectionInfo) *.

    2011-03-21 08:00:02.63 * error: a connection has been established with the server, but then an error occurred during the connection process. (provider: Named Pipes Provider, error: 0 - no process is on the other end of the pipe.) (.Net SqlClient data provider) *.

    2011-03-21 08:00:02.63 - END OF THE TRANSACTION LOG BACKUP-

    The process to run correctly when I turned off the security officer. Advice kindly the cause of this problem and is where all configurations should be set / changed in MsSql server.

    Thank you

    Boonlep coulibaly

    Hello

    I suggest you to send your request from the link and check.

    http://msdn.Microsoft.com/en-us/hh361695.aspx

    http://msdn.Microsoft.com/en-us/library/bb545450.aspx

  • Connect to the database with SQL * more: is TNSNAMES. ORA used?

    Hello

    We have a local database called DEV01 and a copy of this database in a data center. To be able to connect to both databases, the TNSNAMES file. ORA

    on the local database server (not the one in the data center) has the following entries:

    / * Entry for the local database * /.

    DEV01_local, DEV01_local. WORLD =
    (DESCRIPTION =
    (ADDRESS_LIST =
    (ADDRESS = (PROTOCOL = TCP)(HOST = server01) (PORT = 1521))
    )
    (CONNECT_DATA =
    (SERVER = DEDICATED)
    (SID = DEV01)
    )
    )

    / * Entry for the database in the data center * /.

    DEV01, DEV01. WORLD =
    (DESCRIPTION =
    (ADDRESS_LIST =
    (ADDRESS = (PROTOCOL = TCP)(HOST = server02) (PORT = 1521))
    )
    (CONNECT_DATA =
    (SERVER = DEDICATED)
    (SID = DEV01)
    )
    )

    When I connect to the local database server, I set the Oracle environment as follows:

    export ORACLE_SID = DEV01

    export PATH=/opt/oracle/app/oracle/product/9.2.0/bin:$PATH

    export ORACLE_HOME=/opt/oracle/app/oracle/product/9.2.0

    Now I start SQL * more as follows:

    Oracle # > sqlplus user/user

    SQL > select instance_name, host_name from v$ instance;

    INSTANCE_NAME HOST_NAME

    ---------------- ----------------------------------------------------------------

    SERVER01 DEV01

    As the SID is on two databases of the same (DEV01) I really don't understand how Oracle decides which of the SQL databases * more connects to.

    Is it the entry in the TNSNAMES file. ORA?

    But when I start SQL * more as follows:

    Oracle # > sqlplus user/user@DEV01_local

    SQL > select instance_name, host_name from v$ instance;

    INSTANCE_NAME HOST_NAME

    ---------------- ----------------------------------------------------------------

    SERVER01 DEV01

    or

    Oracle # > sqlplus user/user@DEV01

    SQL > select instance_name, host_name from v$ instance;

    INSTANCE_NAME HOST_NAME

    ---------------- ----------------------------------------------------------------

    DEV01 server02

    everything is as expected.

    Does anyone know who is the chosen database when just to connect with 'sqlplus user/user' (without the @DEV01 or @DEV01_local)?

    Any help will be appreciated!

    Rgds

    Jan

    When you connect to the local database that is connected to the server01, you need only specify the sid in the environment, in this case, Oracle tnsnames file to connect, actually uses, it uses any of the listener.  It uses what is called a connection needed.  It is purely a side connection server, and as long as the sid is located in the environment resolves to a database running on that server, you will be get connected.

    When you connect using the @connect_descriptor, like you second case, then Oracle will use the configured naming, including tnsnames, methods to solve the 'real' database  In this case, the auditor is required to create the connection to the database.

    John

  • How to connect SQL Dev to the local database?

    Hi all

    I have a local database on my laptop. I connect to the database using direct connect without the listener and tnsnames.ora, because I stopped him.

    How can I connect my SQL Developer to the database using direct connect?


    Thank you

    Probably what he finds through explore paths such as path.

    If on Windows, via the path to the files of Oracle binaries, probably it will look 'default' ORACLE_SID HKLM\Software\Oracle\ "tone" and spawn then oracle.exe with the value of the SID as an argument.

    For a more definitive answer, we can wait until the documentation is being updated with the connection type "local". :)

  • How to connect a sybase database in JDeveloper 11 g with JConnect

    Hello

    How to connect database sybase in JDeveloper 11 g with JConnect? Help, please.

    User,

    It would be useful that you explained Sybase Jconnect rather than leave us to google.

    It seems, in any case, you need to create a definition of the library in JDeveloper, add the JAR of JConnect files appropriate to the classpath of the library and then add the library to your project.

    John

  • How to connect to my OracleXe with SqlDeveloper?

    Hi all I have installed oracle xe on a Windows Xp computer, asked me for a password and I typed: 123

    Then I have a myback.dmp filenamed backup and imported:

    IMP file = myback.dmp ' 123/sys AS SYSDBA"full = Yes log = implog.log

    example of messages: when importing

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

    ORA-01917: user or role 'PASES_FIERROS' does not exist

    IMP-00017: statement failed with error ORACLE 1917:

    "GRANT ON COMMIT REFRESH"MUNICIPIOS"AT"PASES_FIERROS"

    IMP-00003: ORACLE error 1917

    ORA-01917: user or role 'PASES_FIERROS' does not exist

    IMP-00017: statement failed with error ORACLE 1917:

    "GRANT QUERY REWRITE ON"MUNICIPIOS"AT"PASES_FIERROS"

    IMP-00003: ORACLE error 1917

    ORA-01917: user or role 'PASES_FIERROS' does not exist

    IMP-00017: statement failed with error ORACLE 1917:

    "GRANT SELECT ON"MUNICIPIOS"AT"PASES_FIERROS"

    IMP-00003: ORACLE error 1917

    ORA-01917: user or role 'PASES_FIERROS' does not exist

    IMP-00017: statement failed with error ORACLE 1917:

    "GRANT UPDATE ON"MUNICIPIOS"AT"PASES_FIERROS"

    IMP-00003: ORACLE error 1917

    ORA-01917: user or role 'PASES_FIERROS' does not exist

    About to activate the constraints...

    Import completed successfully with warnings.

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

    then I ask:

    (1) how to resolve similar messages to:

    ORA-01917: user or role 'PASES_FIERROS' does not exist

    (2) how to connect with Oracle Database XE? and see the data

    I try with these settings:

    Conconnection name: MyConn

    Username: SYSDBA (and also try: user SYS)

    Password: 123

    Connection type: TNS

    Alias: XE

    and say: the other error message access denied: user: SYS must be SYSDBA or SYSOPER

    all advice?

    Thank you

    Note: I do not know how to be generated myback.dmp (username/password and other settings).

    The connection type must be 'AS SYSDBA"to the user SYS and 'basic' for users not dba.

  • Qosmio X 770-how to connect a video camera with firewire interface

    Hello

    I want to buy the new QOSMIO X 770.
    I have not found information on firewire.

    The documentation talking about video editing.
    How to connect a camera with firewire?

    No connector, no card expresscard...

    Hello

    You can also use an adapter USB to Firewire which allows you to connect device firewire to USB port of the laptop.
    USB 2.0 is 480 Mbps interface and FireWire is 400 Mbps but interface so, theoretically, USB 2.0 should be faster, but that's not true. Firewire is faster according to some tests. However, there aren't big differences, so I think that the use of this card must function.
    There are various one USB to Firewire adapter on the market. Simple Google.

  • How to connect my Samsung wave with my laptop via wifi?

    original title: wifi connection

    HOW TO CONNECT MY SAMSUNG WAVE 525 WITH MY DELL INSPIRON 1525 BY WIFI

    Hello

    I suggest you follow the links below and the Coachman

    Add a device or computer to a network

    http://Windows.Microsoft.com/en-us/Windows-Vista/add-a-device-or-computer-to-a-network

    Set up a Bluetooth compatible device

    http://Windows.Microsoft.com/en-us/Windows-Vista/set-up-a-Bluetooth-enabled-device

    You try to connect the phone directly on the system or through a router?

    You will not be able to connect the cellphone to the PC directly,

    See the explanation: http://www.samsungwaveforum.com/samsung-wave-troubleshooting/connecting-wave-to-pc-through-wifi/

  • How to connect a mouse arc with transceiver bluetooth built-in internal instead of the packed original microsoft usb one?

    I looked all over the web, has not found an article about it? How to connect mouse arc ms via a built-in instead of the original ms one usb bluetooth transmitter/receiver? It is important to make it work without a usb transceiver, thank you. Help, please...

    --------------------------------------
    PC: Intel Centrino Wireless Bluetooth (r) 3.0 + high speed adapter with emulator bt ms can be seen in the Device Manager. (and OD)
    material: ms arc mouse.
    --------------------------------------
    PS: mouse already works with transceiver dual ms in my computer and installed the intellipoint software.

    I think that most 'Arc' mouse are not the Bluetooth mouse.  BlueTrack is the mouse "signals" used to move the mouse cursor.  It is not Bluetooth

  • How to connect to the database without sqlclient soa

    Hi all

    I have a very simple question.

    I need to write a shell script to get some stats for bpel instances of database as part of the daily health check.

    The problem is in our area of unix server, any customer database is not installed.

    Sql client is present as part of the installation of SOA that we can use to create the connection to the database? or by any mode of access to the shell database.

    Thanks in advance,

    Bob

    Hi Bob, there.

    most of the components in the FMW stack including SOA infrastructure rely on pure JDBC to talk to RDBMS and as I know there is no client Oracle installed in slot the FMW home (after installing SOA Suite).

    One possibility would be to use the Oracle Instant Client and use its tools from your shell scripts. It's a bit unzip and run Setup.

    HTH,

    A.

Maybe you are looking for