How Cain I connect my application to sql

Hi all.

I create my application in Momentics IDE as a qml file.

When I used this code in my main.cpp im getting error and nothing happens.

https://developer.BlackBerry.com/native/reference/Cascades/bb__data__sqlconnection.html

so please teach me the best and simple way to connect my IDE project to momentic in sql.

If you use QML, I suggest using the https://github.com/blackberry/Cascades-Samples/blob/master/quotes/src/customsqldatasource.cpp

Follow the example and it works fine.

For c ++ use something like this

SqlDataAccess *sqlda = new SqlDataAccess(QDir::homePath() + "/sql/database.sql");
const QString sqlCommand = "SELECT * FROM images WHERE thumbnail=:thumbnail";

    QVariantMap bindings;
    bindings["thumbnail"] = thumbnailName;
    QVariantList result = sqlda->execute(sqlCommand, bindings).toList();

Don't forget. You cannot change your database in the active folder, it must be moved to / data /. The class for QML is there for that

Tags: BlackBerry Developers

Similar Questions

  • Help!  EXPERTS in COLDFUSION there! How can I connect my my MS SQL database CFPROPERTY to authenticate a user

    I have currently the application works a lot using a combination of authentication of users/roles with username, password and roles hard coded into my cfproperty below.

    MY QUESTION: I use Flex 2 with ColdFusion MX 7.02 and MS SQL Server Express 2005. I wish I could take my component below and query my MembershipInfo table in my database to authenticate my users against my login form. My data source is "myDatabase" and the table with the connection information is called "MembershipInfo." Also in my login form, my username textinput id is 'usernameTextInput' and my password textinput id is "passwordTextInput." My login form component name is "LoginHBox.mxml" which, in a folder called 'view '.

    MY QUESTION: How the query must be written correctly connect to my database to check the user authentication AGAINST my login form? I know that it is possible, but I'm having a hard time finding the logic. Any help would be greatly appreciated.

    NOTE: I am successfully able to query the same database to populate a DataGrid control, so I am able to connect to my database using the remote control blinks.

    < cfproperty >
    < name cffunction = "loginUser" access = "remote" returntype = "WebsiteApplication.cfc.UserCFC" >
    < cfargument = 'user name' name type = "string" required = "true" >
    < name cfargument = "password" type = "string" required = "true" >

    < cfset var user = createObject ("component", "UserCFC") >

    <!-the CFIF and CFELSE below contain roles, passwords and username hardcoded
    I would like to replace them with the news of my database, but need help to understand the logic->
    < cfif arguments.username is "admin" and "password" arguments.password >
    < cfset user .loggedin = true >
    < cfset user .username = "admin" >
    < cfset user .roles = "SeniorAdministrator" >
    < cfreturn user >

    < arguments.username cfelseif's "user" and arguments.password is "password" >
    < cfset user .loggedin = true >
    < cfset user .username = "user" >
    < cfset user .roles = "Visitor" >
    < cfreturn user >

    < cfelse >
    < cfreturn user >
    < / cfif >
    < / cffunction >
    < / cfproperty >

    paross1,

    Thank you very much for your message! Thanks to you I could understand our logic for all workers. Here's what my CFC looks like now...






    SELECT the name of user, password, AccessLevelID, FirstName, LastName
    FROM dbo. MembershipInfo
    WHERE
    Username = "#username #
    AND password = ' #password #














    You're my HERO for the week!

    John

  • How to remove the Tables of HFM Application in SQL

    Hi gurus

    1. how to remove the HFM Application Tables in SQL?
    Its manual removal but each application having 120-150 tables? How to do this in one fell swoop?

    I deleted some applications using the workspace / shared services, but still its display under HFM under the Tables of SQL Server.

    Please help me

    concerning
    Smilee

    Hi Smilee,

    1. If the application opens in the web management interface, go to Taskflows management module and make sure that no taskflows exist yet for this application. Remove any existing taskflows.

    2. If demand exists in Shared Services, right-click on the demand for Shared Services and try to remove the application from here

    3. stop Hyperion Shared Services and all the Windows of financial management processes and backups of the relational database of the two patterns.

    4. check the relational database of Hyperion Shared Services repository, in the "ces_apps" table and make sure that there are no lines containing the appname "EXAMPLE." If the line still exists you should enlist the help of Oracle Global Support software to clean Hyperion Shared Services before proceeding.

    5. it is possible to remove all content removed from the relational database of financial management application. Must be very careful when handling manually tables database that permanent damage can be done at the application and other applications if the wrong content is removed.

    (a) first remove all tables, indexes, sequences, and the package objects that begin with the name of the application
    (b) remove all tables starting HSV_appname_xxxxxx
    (c) remove all rows in tables referring to demand HSX_CLUSTER_xxxxx.
    (d) delete all the HSV_ACTIVITY_KILL_USERS, HSV_ACTIVITY_NO_ACCESS, HSV_ACTIVITY_SESSIONS and HSV_ACTIVITY_USERS and HSV_USERS_ON_SYSTEM lines that refer to the name of the application.
    (d) remove the line containing the name of the application from the HSX_DATASOURCES table.

    6. the next time that all Hyperion services are restarted, the application must be removed safely from Windows client.

    You can contact your DBA to write a query on how to remove it.

    Hope this helps,

    Thank you
    Charles Babu J

  • How to solve the problem of Oracle SQL Developer Connection?

    People,

    Hello. I use the Oracle 11 GR 1 material database. The database https://localhost.localdomain:1158 control console / em works correctly. I can create a database and a table with success.

    My OS is Linux and connects to the internet successfully.

    In order to execute SQL statements. We use Oracle SQL Developer. I connect Oracle SQL Developer in the following way:

    Connection name: DB1 (is my database name)
    User name: SYS (this is the user name I used to connect to the Console)
    Password: SYS (this is the password used to connect to the Console)
    Connection type: basic
    Host name: localhost
    Port: 1158
    SID: DB1 (it is created during the installation of the database)

    But the error message: "status: failed - IO exception Connection Reset."

    Can any folk tell me how to solve the problem of Oracle SQL Developer Connection?

    user8860348 wrote:
    People,

    Hello. I use the Oracle 11 GR 1 material database. database Control Panel https://localhost.localdomain:1158 / em works correctly. I can create a database and a table with success.

    My OS is Linux and connects to the internet successfully.

    In order to execute SQL statements. We use Oracle SQL Developer. I connect Oracle SQL Developer in the following way:

    Connection name: DB1 (is my database name)
    User name: SYS (this is the user name I used to connect to the Console)
    Password: SYS (this is the password used to connect to the Console)
    Connection type: basic
    Host name: localhost
    Port: 1158
    SID: DB1 (it is created during the installation of the database)

    But the error message: "status: failed - IO exception Connection Reset."

    Can any folk tell me how to solve the problem of Oracle SQL Developer Connection?

    user name: sys
    password: enter_your_correct_password given at the time of the installation of oracle

    role: select sysdba if you would connect as sysdba otherwise select normal for users other than the sys

    HostName: Enter your ip or hostname of the oracle example server address:-192.168.11.12

    to find the terminal/command prompt open hostname in oracle installed machine
    type---> hostname

    type ping hostname--->

    You can find the IP address of the server

    Port number: 1521 (default)---> I guess, otherwise check the port number in the file tnsnames.ora under your ORACLE_HOME/network/admin folder

    SID: DB1

    try it
    Good luck

  • How to remove some unusual applications of my apple ID

    How to remove some unusual applications of my apple ID

    I don't know what you mean by unusual apps, but you cannot delete apps from your purchase history at all. All purchases are for always connected to your Apple ID and cannot be deleted.  You can hide and expose the purchases.

    Hide and expose the iTunes Store, App Store or purchases made on iBooks Store - Apple Support

    If you want to remove third-party applications not used, press on the icon of the app until it wiggles and then tap the X in the corner of the icon. When you are finished, press the home button. You can also go into settings > general > storage & use iCloud > storage > storage management. Let the list of load applications. Tap the one you want to delete and delete on the next screen.

    You can not remove the preinstalled applications.

  • How can I connect to someone who is hacking my network?

    How can I connect to someone who is hacking my network?

    Hi Frank,.

    What kind of network - your internet connection?  your intranet from home or the office (and it is wireless or wired or both)?  An ad - hoc network or a network based on the domain server (and if the latter, what type of server)?  The network hosts a web site, an exchange server that is accessible by internet, or also allowed incoming connections?  How many computers is on the network and what are the current use operating systems and who do you think are presented?  If you use a router, is protected by a router security identifier unique and a password (no admin / admin or other default standard settings, everyone knows) and a unique key and what type of security type (WPA, WPA2,...) and what type of encryption code?  This can be verified by the computer and others need to be checked or enabled via the router you can reach most likely through your browser by typing 192.168.1.1 where you would normally enter a URL.  If this isn't the correct code, then see below for IPCONFIG and would probably be the address that you want as the gateway by default and possibly the address of the DHCP server or the DNS server address as well and use what is there instead.  What type of method of internet access (DSL, cable, Satellite,...)?

    How do you know if that someone is hacking your system?  What evidence do you have that it happens or happened?  How do you think that piracy happens - happens through your connections in real-time (as if someone used a remote access or remote desktop) or it occurs because you seem to see the proof of it (if so, what evidence)?  I am trying to determine if a person has a path in your system directly or whether you are infected with malware that allows a periodic access or 'appear' as you are being hacked, when you are just infected.

    Do you notice it when it is real or only later after it occurred?  What exactly is the pirate make - information collection, change of information, install programs, remove programs or information, theft of bandwidth, or you are not sure and don't know exactly?  This happens only when you are connected to the internet or does it also occur when you are not connected and just using the computers and devices that are other interconnected?  If it isn't when it is connected to the internet, which helps limit the possibilities.

    If you are present and it's ongoing, click on start / all programs / accessories / right-click on command prompt and click Run as administrator.  Then type IPCONFIG/all and enter.  Which should display all connections to your computer, and if anyone is connected, this connection must appear, as well as login information and include information such as address TCP/IP (which may be useful to know).  Create a capture image or printscreen of the information.

    If you use Vista or Windows 7, go to start / Control Panel / Network and sharing Center / discover computers and devices.  Is there a link that doesn't seem right or that you don't recognize?  Come back and click on manage network connections.  Are there connections that you don't recognize?  If so, click on them and learn what you can about the properties and other information - create a capture of information or save a printscreen image.

    You use the Windows Firewall and is it activated and functioning?  Open and check exceptions and remove the items that you do not use or do not need - by default adds a lot of things that most people do not use. and everyone is a path in your system.  The less open ports, the better.  Do not remove everything you really need, but uncheck everything you don't need (you can always add it back later if the need ever happens).

    It's just a start on what to do to gather information.  I need the results and answers to give additional advice on what to do next - depending on what you have to say.

    Most likely, we will be able to best prevent access or possibly with the help of your ISP and the ISP of the hacker TCP/IP address (if we find the it), be able to identify who it is and stop it or help you gather enough information take legal or security action against the person or persons responsible.  Ago probably pirates out there that can do what you're tempted, but also provides methods of hacking (and that is basically what YOU want to do) is not something we support or help someone to do here.  To help you protect your system is one thing and we'll do what we can to help here - teach you how to hack the somone who is hacking you is quite another and we will not be involved in this.

    ***********************************************************

    In the meantime, in case there is an infection as opposed to a direct hacking, update and run a full scan with any security software you use.

    If you do not have because they can help, try the following programs. I recommend you download, install, update and run full scans with Malwarebytes:http://www.malwarebytes.org/ and SuperAntiSpyware:http://superantispyware.com/ and then run a full scan of Microsoft Security:http://www.microsoft.com/security/default.aspx.

    Check the following compliments from Stephen Boots - MVP:

    S ' ensure that the Windows Firewall is enabled.

    S ' ensure that all critical updates or important, including service packs for the operating system and programs are installed from Microsoft Update (Windows Update).

    -Make sure that Internet Explorer is version 8 or 9 and implemented to date with all patches.

    -In Internet Explorer 8 or 9, use the SmartScreen filter.

    -Make sure that the Internet IE security settings are at least put to fire medium-high (default).

    -Turn on the pop-up blocker in Internet Explorer.

    -On Vista and Windows 7 make sure that User Account Control (UAC) and doesn't work with elevated privileges.

    -Make sure that automatic updates of Windows are set to notify at least, but the preferred setting is to download and install automatically. If you update manually, be sure to update as soon as possible after being informed of updates available.

    -Make sure that installed applications, including Adobe Acrobat, Adobe Flash and Java are at their latest versions. Many vendors are regularly updated and fixes security vulnerabilities.

    -Never click through links from unknown sources and be careful, even if they are from a "reliable".

    -Do not open attachments in unsolicited e-mail.

    -Practice safe web surfing.

    To ensure that you are not infected (or remove the suspicion that you are infected which is often the case in such situations and is done either by hackers or may appear as the pirates are active when it is just a system infected - or if more than one, you have several computers connected), please follow these compliments of recommendations of JimR1 - MVP :

    You are running Microsoft Security Essentials?

    If Yes: start here - https://support.microsoftsecurityessentials.com/ and select the link that says - I think my computer is infected - and support and select the option for phone, chat or email (options vary depending on the region)

    If you are in North America, you can call 866-727-2338 for a free Microsoft Help for infections of virus and spyware.

    Otherwise:

    You can start here: https://consumersecuritysupport.Microsoft.com/ or here: http://support.Microsoft.com/contactus/cu_sc_virsec_master?WS=support#TAB0 for the help and support for malware infections.

    If this does not work, or that they can't help, try one of the compliments of forums-remove malware following PA Bear - MVP:

    I can recommend the assistance of experts available in these forums: http://spywarehammer.com/simplemachinesforum/index.php?Board=10.0 http://www.spywarewarrior.com/viewforum.php?f=5 http://www.dslreports.com/Forum/Cleanup http://www.Bluetack.co.uk/forums/index.php and http://Aumha.net/viewforum.php?f=30

    *************************************

    The first section will collect information about your situation so we can get an idea where to look and what to look for (and perhaps even determine if it occurs).

    The second section will verify that your computer or network is not infected (you should do this for all the computers on the network) or clean if they are and which remove the cause of the problem (of least temporarily).

    I hope this helps and await your response with responses, results and information.

    Thanks and good luck!

  • How to establish links of Labview with SQL server database Toolkit

    I'm a database newbie, but I have to use MS SQL server (2008) to store my data. I am well equipped with all the features of Labview, don't know how to use it properly. I now complete development, including the toolbox database. My latest version of labview is 8.6.1. Side material, I have cFP2220 and many modules of differnet kind.

    Here is a useful link that I found on the web:

    1. I got the database creation procedure (pdf file) to link the udl.

    http://decibel.NI.com/content/docs/doc-4602

    It gives a step-by-step login procedure to MS Access, and I'm able to save data to MS Access with the database Toolbox. However, I could not understand how to establish a chain of connection or udl to SQL server. In other words, I hope someone can explain in detail what is the procedure to set up such a link.

    2. I learned about the forum that there is a LabSQL, but it takes some knowledge of SQL statement. I would walk away from him, as I am not familiar with SQL.

    3. the VI I used for the recording of data in DB are very similar to "Create database Table.vi" found in the sample.

    In short, I think that I just need someone who has experience with the connection to the server SQL with Labview to show me the steps to link to SQL.

    Thank you very much

    You may not create a database in SQL Server using the control panel ODBC or a UDL. You must create a database by using SQL Server tools. (In fact, you can use SQL statements to create a database, which is what's really going on by using SQL Server tools. However, I don't know if the database Toolbox has the screws required to send these types of SQL statements.). Once you have created the database you can create tables using SQL Server tools, or you can use the screw of toolbox database.

    You try to run SQL Server on your computer? SQL Server is usually running on a server. You try to use SQL Server Express?

    Assuming that you have SQL Server running and a database has been created, then here are the steps needed to create a UDL to connect:

    1. In Windows Explorer, create a text file and rename the text file so that there a .udl extension (like this PDF).
    2. Double-click the UDL file.
    3. Change to the tab 'supplier '.
    4. Select 'Microsoft OLE DB for SQL Server provider'.
    5. Click on the ' next > ' button. It changes you to the tab 'connection '.
    6. In the drop-down menu, select your SQL Server. If it is not listed, try clicking on the Refresh"" button. If this does not meet the list, then you will need to enter manually.
    7. In the section "#2" specify the authentication method and credentials, if necessary, to connect to SQL Server.
    8. In the section "#3" specify the database that will be used, which is the one that you created earlier using the SQL Server tools. NOT SELECT THE MASTER DATABASE. If you do, you will completely screw up your installation of SQL Server.
    9. Click "Test connection" to verify that you can connect to SQL Server.
  • Is it possible to connect my Application ' Stop' button with the "Run" button of LabVIEW?

    Problem - one of my clients recently tested my new LabVIEW application and asked how the arrested LabVIEW application can be restarted without clicking on the "Run" (right arrow) button.

    Is possible solution - possible to connect my Application ' Stop' button with the "Run" button of LabVIEW?

    Thank you!

    Barry

    The big problem is in your Acquistion to stop audio event. You run the LabVIEW stop sign which is the equivalent of hitting the Cancel button in the toolbar.  (See contextual help on that).  You can stop the acquisition, but you don't want to stop your LabVIEW program.  You need this case in the event your computer to transition state in a sleep mode when you do not make any purchase.  Then hit the purchase button to start again transitions the machine state in the acquisition.

    In your case of program output, you want really to leave LabVIEW it.  You want to run and stop commands like closing the com port and one of these activeX references.  Then allow it to stop the while loop.  Turn the LabVIEW out outside the loop so that once everything is cleaned, your application may close.  You probably want to wrap this command in a case structure so that if you are in the execution environment, it leaves your application.  But if you are in the development environment, you don't want to cause your LabVIEW environment stop.  Another thing is that right now, you actually have a race condition in the Exit event.  The com port will close first or LabVIEW will come out.  There is no defined order of execution.

    Alternatively, you can have an event to close panel? in this way, you haven't accidentally short circuit all your program by pressing the X key.  You want to capture this event, discard it.  And if you want to not actually closed, did trigger the Exit Program button so that you can gracefully shutdown.

  • Not connected Secure Application Manager

    Hi all

    I use Acer Aspire 4937 Windows Vista and when I load the Secure Application Manager it does not connect. I'm running under administrator and have disabled all my firewall. The icon is white instead of blue shooting.

    I read a response from forum suggested running in "safe mode with network" and the truly connected secure application manager! But now how do I get it connected in "normal" mode.

    Pls help. Thank you

    leecw

    Hello leecw,

    If your application is connected correctly in safe mode, this means that there is a conflict with other software or programs.

    To determine which program is causing a conflict with the program in question, we recommend that you perform a "clean boot" of the computer. A clean boot is designed to disable programs and services in the background as much as possible. This helps determine which service or program can be the cause of the problem.

    For more information about how to perform a clean boot for troubleshooting, click the number below to view the article in the Microsoft Knowledge Base:

    929135 (http://support.microsoft.com/kb/929135/) how to solve a problem by performing a clean boot in Windows Vista and Windows 7

    If please reply back and let us know if this helps with your question.

    Sincerely,

    Marilyn
    Microsoft Answers Support Engineer
    Visit our Microsoft answers feedback Forum and let us know what you think

  • How do I debug my application using BlackBerry device instead of Simulator

    Hi all

    Currently, developing an application and tests normally this application using Simulator by right-clicking the application and select Debug as blackberry Simulator, now I want to test the app using device, I plugged the unit using the USB port to my windows pc and when I click with the right button on the application and select Debug as blackberry device it does not work? How can I test my application using device someone give me idea

    1. Connect the BlackBerry device to your computer via a USB cable.
    2. Open the BlackBerry Device Manager.
    3. Install the application on the BlackBerry smartphone.
    4. In Eclipse, the menu run, click Debug Configurations.
    5. Right click on the BlackBerry smartphone, and then click New.
    6. In the name field, type a name.
    7. Click the BlackBerry device.
    8. In the BlackBerry device configuration section, do one of the following actions:
      • Select attach to everything connected to any device BlackBerry is connected.
      • Select attach to the specific device. Select a device of BlackBerry to attach it to the BlackBerry device drop-down list.
    9. Click on debug.
  • How to debug the java application BlackBerry on Eclipse with a BlackBerry Smartphone?

    Problem:

    How to debug the java application BlackBerry on Eclipse with a BlackBerry Smartphone?

    The following procedure:

    http://docs.BlackBerry.com/en/developers/deliverables/12002/Debug_an_app_on_BB_device_656366_11.jsp

    Error:

    An internal error occurred during: "launch WMMS_ACC_video_test0".
    java.lang.NullPointerException

    I found that other methods of debugging.

    If anyone knows how to do it please tell me.

    Thank you for your attention.

    http://www.BlackBerryForums.com/developer-forum/107455-debugging-live-device.html

    Solution:

    Start the IDE
    Connect your device to the PC via USB
    compile your application and load on the device
    in JDE - Debug - attach to-Pocket
    ignore all dialog boxes
    do the breakpoint
    Start your application on the device

  • How are routed connections Wi - Fi? They are proxyied by BES or BIS?

    I'm trying to understand how the Wi - Fi connections are routed in Wi - Fi phones BB.

    First of all I am confused that there is an entry in the routing host for WiFi with address/port rcp.na.blackberry.com:443 table. Why is there a blackberry address? I thought that the WiFi was not proxyied through RIM.

    Then I read an article by knowledbase entitled "system requirements and support of Wi - Fi enabled BlackBerry smartphones. There, he says for the WiFi connection, you need
    -Routable path between the smartphone BlackBerry and Internet via TCP/IP Transmission Control Protocol/Internet Protocol () on port 443
    -Routable path of BlackBerry smartphone on the BlackBerry via TCP/IP router on port 4101
    -BlackBerry
    access to smartphone for the DHCP server and the domain name system (DNS) Server

    If this confused even more. Because I told the phone must be able to reach to the BES or the Internet (I assume that it is address of RIM in the table of routing entry host Wi - Fi) wireless.

    Then I read another of the knowledge base article titled 'Services via a Wi - Fi connection' saying 'a network of Wi - Fi enabled BlackBerry smartphone can establish
    a WiFi a personal Wi - Fi, a wireless company network
    network with a virtual private network (VPN) connection or a hotspot with a
    VPN directly to the BlackBerry router connection.
     
    So it says that you need a BlackBerry router VPN connection (I guess that BES) If you are a small business Wi - Fi network.

    Finally, my confusion reached upstairs when I read another article titled 'Direct web browsing' knowledge base which says

    «Direct web browsing allows BlackBerry smartphones»
    with Wi - Fi® technology to navigate the web through hot spots or at home
    Wi - Fi networks you connect to a BlackBerry Enterprise Server or the
    BlackBerry Internet Service»

    That said, that you don't have to join to BES or BIS.

    I'm totally distraught about how Wi - Fi connections are routed.

    Any help is appreciated.

    I got the answer.

    The article 'System Configuration required and the support of Wi - Fi enabled BlackBerry smartphones' refers to the configuration required to use Data Services BlackBerry as BES, MDS, BIS, BB Messenger.

    These aren't the requirements on applications for non - BB data services like 3rd party MI application trying to connect by Wi - Fi.

    If all goes well, it helps to address future confusions.

  • How add us shortcuts of applications downloaded from the app Store? (RT surface)

    Original title: App shortcuts

    Hello

    How add us shortcuts of applications downloaded from the app Store? (RT surface)

    For example: Skype shortcut on desktop

    Hello k0mrade,

    You can create shortcuts on the desktop for versions of the apps Web page, but not applications, in the strict sense. The version of the app Web page often has more features and options.

    The example you give is a good thing. If you go to the Skype Web page, you can do this Web page a favorite in user IE10 or IE10 Desktop interface. It also works with SkyDrive, Hotmail, Outlook.com, or any Microsoft service available on the internet.

    Once the favorite is created, open the Desktop IE10, then open Favorites and drag the symbol from the Web page Favorites and on the desktop. It becomes a shortcut on the desktop to this Web site (but will most likely open on the side of the user interface).

    In addition, if you use the same Microsoft account to connect to Windows RT, that you will use to connect to the Microsoft Web pages, when you open the shortcut that you'll already be connected.

  • How can I connect gmail and hotmail, mail for Windows 8?

    I just got a new laptop which had Windows 8 above.  I want that all my email accounts to be dumped in the "Mail" box on my Office Windows 8.  How can I connect all?  I have gmail and two different hotmail accounts.

    Hi Carol,.

    You can easily add new email accounts in Mail by going to 'Settings'-> 'Accounts', while in the Mail application. You can get to the settings to either swipe to the right and by choosing the icon on the bottom of the settings of charms (looks like a gear) or by typing the Windows key and 'i' at the same time.

    Once you have opened the 'Accounts', choose the option at the bottom to add accounts.

    Thank you

    Brian

  • How can I connect to the server through putty unix

    Hello

    Could you please help me on this query, how do I connect to the server through putty unix

    If I have different unix servers so how I choose my destination server

    Thank you.

    What does this have to do with SQL or PL/SQL?

Maybe you are looking for