storage base problem edit a field in the database

Hi all

In fact, I'm trying to insert the data into a database table using sql lite.

the code below is I tried to recover the data from the field of basic editing and I'm not

able to read the values. Is it the correct way to insert the data from the edit field or

am I missing something or is this the wrong way to insert data in database tables.

st=db.createStatement("INSERT INTO Personal(name,phone,email,city) VALUES('nameField.getText()','phoneField.getText()','emailField.getText()','cityField.getText()')");

However the code below works fine where I am inserting data in the as shown below

and I am able to read the data. But the thing I want to read data from the basiceditfield.

st=db.createStatement("INSERT INTO Personal(name,phone,email,city) VALUES('saran',9036114828,'[email protected]','Bangalore')");

Thanks in advance...

Change your sql for:

st=db.createStatement("INSERT INTO Personal(name,phone,email,city) VALUES(" +
"'" + nameField.getText()  + "'," +
"'" + phoneField.getText() + "'," +
"'" + emailField.getText() + "'," +
"'" + cityField.getText()  + "')");

Tags: BlackBerry Developers

Similar Questions

  • Problem editing text fields since the upgrade to 3.5 + FF

    Since I've upgraded to Firefox 3.5, I had bad to edit fields of text, in some websites and in FF itself. First of all, I noticed this when I went to change the name of a Web site I'm bookmarking. By clicking on the blocked-out title must (and used to) erase the block and the position of the cursor, but now the only way to change is to use the keys on the keyboard (End, arrow, etc.).

    Now, I'm also always find a similar problem in the field update Facebook status, where it does not respond to the click or a double click of my mouse to highlight a word or reposition the cursor.

    I've just upgraded to the latest 3.6 and was hoping it would be fixed, but it's the same or worse. Everyone knows about this problem?

    • "Clear the Cache": Tools > Options > advanced > network > storage (Cache) offline: 'clear now '.
    • 'Delete Cookies' of sites that cause problems: Tools > Options > privacy > Cookies: "show the Cookies".

    Start Firefox in Firefox to solve the issues in Safe Mode to check if one of your modules is causing your problem (switch to the DEFAULT theme: Tools > Modules > themes).

    • Makes no changes on the start safe mode window.

    See the extensions, themes and problems of hardware acceleration to resolve common troubleshooting Firefox problems and troubleshooting questions with plugins like Flash or Java to solve common Firefox problems

    If this does not work in safe mode and then disable all your extensions and then try to find out who is causing by allowing both the problem reappears.

    • Choose "Disable all add-ons" on issues to troubleshoot Firefox in Safe Mode to set window to disable all extensions.
    • Close and restart Firefox after each change through "file > exit ' (Mac: ' Firefox > leave";) Linux: "file > exit ')
  • Can I directly change the value of the dist_id field in the database?

    When I tried a url created by gblinkapp, Adobe Digital Editions gave me an E_LIC_NO_DISTRIBUTION_RIGHTS error.

    I'm looking on the database:

    • I have 2 records in the table Distributor , first integrated and mine.
    • In the distributionrights and distusednonce tables, the value of the dist_id field (which is the primary key of table Distributor ) is always the "built-in" ID

    I guess that ACS3 to ACS4 migration was made prior to the addition of our real Distributor...

    Your quick start guide explains clearly that "the integrated distributor" cannot be used to distribute the books.

    If can I update the dist_id directly in the tables distributionrights and distusedonce with the dist_id of our distributor without future problems in ACS4 value?

    If this is not the case, how can I change the distributor of my books safe?

    Thank you

    You do not want to delete the record for the integrated Distributor, because that will cause problems and given what you have described the probably won't solve the problem.

    The most common cause of E_LIC_NO_DISTRIBUTION_RIGHTS is because you try to make a loan (URL with action = enterloan instead of action = enterorder), when you have not created a right distribution of type "ready".  In the administration console, if you have already created a right distribution of type buy, then in the inventory tab, with the Distributor, then the resource selected, you just need to click on the icon "+" next to the distribution rights and to create a new right 'ready' type distribution  If your problem is that you did not create the distribution rights for the Distributor, and then you can drag the resource on the distribution server to create a first 'buy' distribution right.

    Alternatively, you can also use DistribTool.jar to create the appropriate distribution right.  Documentation for this tool is in the documentation of source sample.

    However the DistribTool and AdminConsole end up doing the same thing, which is to use the ManageDistributionRights admin web service endpoint to create a new right of distribution.  If these tools are not to your liking, you're probably better choose a writing tool in your preferred language to make calls to services web admin, so that you can make it work as you want it to work instead of the DistribTool way or AdminConsole works.

  • Problem of temporary file in the database takes a while to start the database

    Legends of dear,

    I am facing the warning next or problem with R12.0.6 64 bit and 10.2.0.3 databases in a linux environment

    Mar 20 18:24:23 Oct 2015

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

    ATTENTION: The following temporary tablespaces do not contain any file.

    This condition can occur when a backup controlfile

    been restored.  It may be necessary to add files to these

    storage spaces.  This can be done using the SQL statement:

    ALTER TABLESPACE < nom_tablespace > ADD TEMPFILE

    Furthermore, if these temporary tablespaces are no longer

    necessary, then they can be recessed.

    Temporary tablespace is empty: TEMP3

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

    When I questioned my database_properties

    Select * from database_properties where name like '% TEMP % ";

    temp.png

    Journal Alerts

    Mar 20 18:24:23 Oct 2015

    Completed: ALTER DATABASE OPEN

    Mar 20 18:24:25 Oct 2015

    Additional checkpoint up to RBA to RBA [0x68e.5c2b5.0] [0x68e.5c26c.0], current journal line

    Details of the Temp file

    /Oracle/prod/DB/apps_st/data/temp03.dbf1TMP4
    /Oracle/prod/DB/apps_st/data/temp04.dbf2TMP4

    Because of the warning above when I give 'start-up' in "sqlplus" or start the database using the addbctl.sh script there is a huge gap between the following

    SQL > startup;

    ORACLE instance started.

    Total System Global Area 2147483648 bytes

    Bytes of size 2074112 fixed

    872417792 variable size bytes

    1258291200 of database buffers bytes

    Redo buffers 14700544 bytes

    Mounted database.

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

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

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

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

    ...........

    .......... (LOCAL TIME - 10 to 15 minutes)

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

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

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

    ........

    Open database.

    Please suggest how to deal with this.

    Thank you

    Knockaert

    Hello

    It is a question of pure database. Not much relationship to the EBS.

    Anyway, as stated in the warning, you must add a temporary file in the tablespace TEMP3 or drop the tablespace if you do not need.

    Can you post the full alerts log part, which takes 10 to 15 minutes?

    Kind regards

    Bashar

  • Select the value of the field in the database column stores xml as a varchar

    Hi all

    Oracle version is 11 GR 2.

    I have a column of a database in which we store the XML string varchar2.

    "I need to extract only newvalue when field nameof the property ="modifiedBy'. '.

    In this case my answer would be - maker16

    My XML is as below.

    with t as
    (
    select '<?xml version="1.0" encoding="UTF-8"?>
    <changeinfo><property name="checkedOn" newvalue="03/21/2013 15:51:11" oldvalue="03/21/2013"/><property name="modifiedOn" newvalue="07/22/2013 14:04:55" oldvalue="03/21/2013"/><property name="phoneNo" newvalue="9942251"/><property name="modifiedBy" newvalue="maker16" oldvalue="clarissamaker"/></changeinfo>' as datacolumn
    FROM dual
    )
    select extractvalue(datacolumn,'/changeinfo/property name[@property name="modifiedBy"]/newvalue') from t;
    
    

    How to write a select statement to get the above result?

    Thank you

    SID

    You can do it like

    1. get the name and NewValue as columns and then create a filter with the WHERE clause.

    2. or you can filter when you set the path itself.

    --I have not applied the WHERE clause to filter the NAME. You can do that.
    
    SQL> with t as
      2  (
      3  select '
      4  
      5  
      6  
      7  
      8  
      9  ' as datacolumn
     10  FROM dual
     11  )
     12  select t1.name, t1.newval
     13    from t
     14       , xmltable
     15         (
     16            '/changeinfo/property' passing xmltype(datacolumn)
     17            columns
     18              name varchar2(100) path '@name',
     19              newval varchar2(100) path '@newvalue'
     20         ) t1;
    
    NAME                           NEWVAL
    ------------------------------ ------------------------------
    checkedOn                      03/21/2013 15:51:11
    modifiedOn                     07/22/2013 14:04:55
    phoneNo                        9942251
    modifiedBy                     maker16
    
    --This filters the Name attribute in the path definition itself.
    
    SQL> with t as
      2  (
      3  select '
      4  
      5  
      6  
      7  
      8  
      9  ' as datacolumn
     10  FROM dual
     11  )
     12  select t1.newval
     13    from t
     14       , xmltable
     15         (
     16            '/changeinfo/property[@name="modifiedBy"]' passing xmltype(datacolumn)
     17            columns
     18              newval varchar2(100) path '@newvalue'
     19         ) t1;
    
    NEWVAL
    ------------------------------
    maker16
    

    And the $ 1 million question would be why VARCHAR2 type of XML data.

  • Install HRCS 9.0 R5 with problem of Linux: HRCS90 of the database has no table PSSTATUS

    People,


    Hello. I was installing HCM and Campus Solution 9.0 with PeopleTools8.53. Server machine is Oracle Linux 5.10 and Windows XP-based client computer.  The architecture of my internet is WebLogic11g/Tuxedo11g/OracleDatabase 11 GR 1 material. PeopleTools 8,53 works correctly in the browser.


    In the database server Oracle Linux 5.10 machine, I run scripts 'createdb10.sql, utlspace.sql, hrcddl.sql, dbowner.sql, psroles.sql, psadmin.sql and connect.sql' one by one. Can I use Data Mover to load Windows XP data into the Oracle Linux 5.10 DB HRCS90 instance. The Data Mover script hrcs90ora.dms is done correctly in Windows XP. Configuration Manager is configured correctly.  But when I login in the application designer, I can't connect and get the message as below:


    «Security Table Manager (Get): the database is release 8.52.»  The PeopleTools running require databases at 8.53 release. »


    I followed the http://docs.oracle.com/cd/E37306_02/psft/acrobat/PeopleTools-8.53-Upgrade_02-2013.pdf document to upgrade HCM and HR 9.0 revision 5 Database Instance HRCS90 in Oracle Database Server with Linux. I did in chapters 4 and 5. But the connection to the application designer and start the Tuxedo application server can always put the same error message: "the database is release 8.52. The PeopleTools performed require a database at 8.53 release. »


    I ran 4-3-2 of the task script ptddlupg.sql and PSIMAGE2 tablespace is created successfully.

    When I run rel853n.sql script Task 4-3-5, I see the first line table PSSTATUS does not exist.

    The big problem is that there are no PSSTATUS table in my database HRCS90. I activated Windows XP Data Mover C:\PT8.53\log\hcengs.log as below:

    ... ...

    The remaining records: 7687

    Import PSSTATUS

    Creating Table PSSTATUS

    Import PSSTATUS

    Indices of real estate required for PSSTATUS

    Update statistics for PSSTATUS

    The remaining records: 7686

    ... ...


    As we see above, the hrcs90ora.dms script load PSSTATUS table in the instance database HRCS90. But the PSSTATUS table is not in HRCS90.



    My questions are:

    First of all, why is there no PSSTATUS table in my HRCS90 database? What stage is the problem?  How to fix?

    Second, does run the hrcs90ora.dms script in Windows XP Data Mover to load data in HRCS90 under Linux, yet due to no PSSTATUS table?


    Thank you.

    PSSTATUS is the property of the accessid, means that the user Oracle appearing in PSDBOWNER.

    You are not connected with this user but you can ask PSDBOWNER because there's a public synonym, which is not the case for PSSTATUS.

    But I think you missed the point that upgrade scripts must be run with this accessid (again, it is the owner of the Peoplesoft tables).

    In front of your whole posts on this same forum, I am always surprised you make this mistake, if I remember correctly, this point has been said several times for you.

    Nicolas.

    PS:

    > Moreover, can't copy and paste the contents of my computer on the Forum. My browser there problem or the Forum have problem?

    It is a known bug in the forum in a configuration of your browser/operating system...

  • problem to extract data from the database using UTL_FILE

    Dear members

    I make use of series for the SUBSTR and INSTR function to extract the fields of a data file and carve out spaces based on the number of post mentioned in the Excel worksheet. I was able to extract the first 3 areas namely, customer, manufacturer, product, but for quantity, requested delivery date, price, I can't do it.

    the flat file structure is as follows:
    Field                       Position From     Position To
    CUSTOMER_NAME               1     30
    MANUFACTURER              31     70
    PRODUCT_NAME              71     90
    QUANTITY                        91     95
    REQUESTED_SHIP_DATE    96     115
    REQUESTED_PRICE            116     120
    Sample data in the flat file is as follows:
    BESTBUY                       SONY ERICSSON                           W580i               25   1-AUG-2008          50
    BESTBUY                       SAMSUNG                                 BLACKJACK           50   15-JUL-2008         150
    BESTBUY                       APPLE                                   IPHONE 4GB          50   15-JUL-2008         
    BESTBUY                       ATT                                     TILT                100  15-JUN-2008         
    BESTBUY                       NOKIA                                   N73                 50   15-JUL-2008         200
    My program code is the following:

    CREATE OR REPLACE PROCEDURE ANVESH.PROC_CONVERSION_API(FILE_PATH IN VARCHAR2,FILE_NAME IN VARCHAR2) 
    IS
        v_file_type utl_file.file_type;
        v_buffer VARCHAR2(1000);
        V_CUSTOMER_NAME VARCHAR2(100);
        V_MANUFACTURER VARCHAR2(50);
        V_PRODUCT_NAME VARCHAR2(50);
        V_QUANTITY NUMBER(10);
        V_REQ_SHIP_DATE DATE;
        V_REQ_PRICE NUMBER(10);
        V_LOG_FILE utl_file.file_type;
        
        V_COUNT_CUST NUMBER;
        V_COUNT_PROD NUMBER;
        
        v_start_pos number := 1;
        v_end_pos number;
       
    BEGIN
        DBMS_OUTPUT.PUT_LINE('Inside begin 1');
        v_file_type := UTL_FILE.fopen(FILE_PATH, FILE_NAME, 'r',null);
            DBMS_OUTPUT.PUT_LINE('Inside begin 1.1');
    
        
        LOOP
        
            BEGIN
                    DBMS_OUTPUT.PUT_LINE('Inside begin 2');
    
            
                UTL_FILE.GET_LINE (v_file_type,v_buffer); 
                    DBMS_OUTPUT.PUT_LINE('Inside begin 2.1');
                    
                           select instr('v_buffer',' ', 1, 1) - 1
                            --into v_end_pos
                            from dual;
    
                   
                            select substr('v_buffer', 1, 7)
                            --into V_CUSTOMER_NAME
                            from dual;
    
                            select instr('v_buffer', ' ', 31, 2)-1
                            --into v_end_pos
                            from dual;
    
                            select trim(substr('v_buffer', 28, 43))
                            --into V_MANUFACTURER
                            from dual;
    
                            select instr('v_buffer', ' ', 45, 1) - 1
                            --into v_end_pos
                            from dual;
    
                            select trim(substr('v_buffer', 44, 45))
                            --into V_PRODUCT_NAME
                            from dual;
    
                
                V_LOG_FILE := UTL_FILE.FOPEN(FILE_PATH, 'LOG_FILE.dat', 'A');
                
                    IF (V_QUANTITY > 0)
                    THEN
                       SELECT COUNT (*)
                       INTO V_COUNT_CUST
                       FROM CONVERSION_CUSTOMERS
                       WHERE CUSTOMER_NAME = V_CUSTOMER_NAME;
               
                       IF(V_COUNT_CUST > 0)
                       THEN
                           SELECT COUNT(*)
                           INTO V_COUNT_PROD
                           FROM conversion_products
                           WHERE PRODUCT_NAME = V_PRODUCT_NAME;
                  
                          IF(V_COUNT_PROD >0)
                           THEN
                                INSERT INTO XXCTS_ORDER_DETAILS_STG VALUES (V_CUSTOMER_NAME, V_PRODUCT_NAME, V_MANUFACTURER, V_QUANTITY, V_REQ_SHIP_DATE, V_REQ_PRICE, 'ACTIVE', 'ORDER TAKEN');   
            
                           ELSE
                                DBMS_OUTPUT.PUT_LINE('PRODUCT SHOULD BE VALID');
                                UTL_FILE.PUT_LINE(V_LOG_FILE, 'PRODUCT SHOULD BE VALID');                    
            
                           END IF; 
                       ELSE
                          DBMS_OUTPUT.PUT_LINE('CUSTOMER SHOULD BE VALID');
                          UTL_FILE.PUT_LINE(V_LOG_FILE, 'CUSTOMER SHOULD BE VALID');
                       END IF;       
               
            
                    ELSE
                        DBMS_OUTPUT.PUT_LINE('QUANTITY SHOULD BE VALID');
                        UTL_FILE.PUT_LINE(V_LOG_FILE, 'QUANTITY SHOULD BE VALID');
                    END IF; 
    
            
                    EXCEPTION
                    WHEN NO_DATA_FOUND THEN
                        EXIT;
                    END;
            
        END LOOP;
        
    END;
    
    /
    I was able to extract the first 3 fields of the file data, but when I use the same SUBSTR and INSTR functions to extract then three fields I am unable to do so (I get 5, 6 on the ground as well when I extract the 4th field). I've hardcoded the position values in these functions, such as mentioned in the structure of flat file.

    It would be great if someone can tell me how to extract the three fields in the flat file.


    Thank you
    Romaric

    Romaric,

    Why you use v_end_pos to trim spaces when you know the beginning and end of all columns positions?
    I do not see the code when you check out the values of other 3 columns (Qty, Date & price).

    You can use substr underneath rather do SELECT each time.

    V_CUSTOMER_NAME  := SUBSTR(v_buffer,1,30);
    V_MANUFACTURER    := SUBSTR(v_buffer,31,70);
    V_PRODUCT_NAME    := SUBSTR(v_buffer,71,90);
    V_QTY := SUBSTR(v_buffer,91,95);
    V_SHIP_DATE := SUBSTR(v_buffer,96,115);
    V_PRICE := SUBSTR(v_buffer,116,120);
    

    -Raj

  • Berkeley DB Java Edition - multiple threads accessing the database

    Hello

    I would like to access (read & write) a Berkeley DB of multiple threads (process/FMV anyway).

    Can I use a single com.sleepycat.je.Database object for all threads, or should I create an instance of each?

    Or is there another way to do it?

    Thank you

    The object database can be used by multiple threads, you can use a single instance or multiple ones, as suits you best. Of http://docs.oracle.com/cd/E17277_02/html/java/com/sleepycat/je/Database.html.

    The database handles are free of threads and can be used simultaneously by multiple threads. '

    If you read the javadoc, you can find any other comments on the use of the classes from multiple threads.

    Kind regards

    Linda

  • InDesign CC: Text in editable text fields in the process of disappearance after export

    Hello

    I'm having a problem of text of text editable in endangered fields after you export the document as an interactive pdf. I created the text that should be editable in acrobat with InDesign CC. Thus, for example, I want to have a field editable text that said "I am Marie." I want users to have the ability to change from "Married" to "Tom" or "Ben" in Acrobat. So the pdf should have a form of editable text, saying the phrase "I am Mary" when users open the PDF in Acrobat. However, aafter export, the remains of fields of text, but the text itself "I am Mary." disappeared. I do not understand why this is happening because the text is there when you preview in the Preview SWF window in InDesign.

    Here it is the list of steps in my work.


    STEP 1: Create some texts (for example, m with the tool text frame in InDesign CC )


    STEP 2: Click with the right button on the image and click on "Interactive > convert to text field»

    OR

    STEP 2: Select the block of text, open the window "buttons and forms" and change the type as "text field"


    STEP 3:  Export the document as an interactive pdf. The parameter is set by default.


    Result: When I open the PDF in Acrobat, the text field is there, but it is empty.


    Please help me solve this problem. I know this is possible because a person in front of me in my work.

    Thank you!

    As far as I know, to have a form pre-filled text [I am Marie] appear in the text field, you must set the default value of the text field in Acrobat. You can do this by selecting the field property > Options > Default Value

  • Problem with Spotlight fields with the higher priority than browserfield

    It comes to JRE6.

    Some Web sites make a redirect of content or another ajax request when the document is loaded.  When the screen contains a browserfield and a focusable field with a higher priority, an illegal state Exception is thrown by the browser because it is not to the point when the content refreshes the field.  (As in defining BrowserField.setFocus () before calling BrowserField.refresh ()).

    Example: http://supportforums.blackberry.com/t5/Java-Development/BrowserField-Sample-Code-Create-your-first-B...

    Using the code of the BrowserField2 example, simply by adding a ButtonField in the survey except title when navigating to twitter.com.  Other sites work fine, but when the content/javascript is in a certain way on Twitter, she seems to have some problems.

    package mypackage;
    
    import net.rim.device.api.ui.component.ButtonField;
    import net.rim.device.api.ui.container.*;
    import net.rim.device.api.browser.field2.*;
    import net.rim.device.api.ui.*;
    
    class MyBrowserField2Sample extends UiApplication
    {
        private MainScreen _screen;
        private BrowserField _bf2;
        private ButtonField btnField;
    
        MyBrowserField2Sample()
        {   
    
            btnField = new ButtonField();
            btnField.setLabel("A BUTTON");
    
            _bf2 = new BrowserField();
    
            _screen = new MainScreen();
            _screen.setTitle(btnField);
            _screen.add(_bf2);
            pushScreen(_screen);
    
            _bf2.requestContent("http://www.twitter.com");
        }
    
        public static void main(String[] args)
        {
            MyBrowserField2Sample app = new MyBrowserField2Sample();
            app.enterEventDispatcher();
        }
    }
    

    The code above throws an illegal state exception at startup.  If you delete the setTitle (or any field focusable) that has a higher priority than the browserfield, so it works well.

    How can I force the focus on the browserfield when she needs?

    I Googled, found issues similar and all say "force focus on the browserfield", but even if you force the focus, the same illegal state occurs due to the updating of the content.

    Thanks in advance,

    Nate

    After reviewing the matter further, the problem may be to the field focusable, but it doesn't have to be on top.  Basically, any field focusable on the same screen as the browserfield throws the exception.

    While going to twitter.com in blackberry browser works very well (sends you to the mobile site), this behavior causes problems with the browserfield.

    The workaround, is just to force the link to open the mobile site directly.

  • Mass, editing a field displaying the value 'No' to 'yes '.

    I can type the following in the "SQL" workshop and update the field 'No' to 'yes '.

    Update
    BS_COURSES_RUN
    The BS_COURSES_RUN value. ORACLE_UPDATED = "Yes".
    Where BS_COURSES_RUN. ORACLE_UPDATED = 'no '.

    How can I update all fields showing 'No' to 'Yes' in a tabular layout with a button somewhere on the same page as the form?

    It would be great if the option to delete all the records that could be made to update the records instead. I tried to create a process page and selecting the 'Type of Condition' > "SQL Expression" and then placing the SQL above in '1 ', but this Expression does not work.

    Someone at - it ideas?


    Kind regards

    Steve Welch

    Hello

    Assuming you just want to replace all the files on the table by Yes where they are has not, you can:

    1. create a button on the page called, for example, "P1_YES_BUTTON".
    2. create a process page PLSQL conditional on the button that is clicked ("when button pressed" = P1_YES_BUTTON). Code of the process would be:

    begin
    Update
    BS_COURSES_RUN
    Set BS_COURSES_RUN.ORACLE_UPDATED = 'Yes'
    Where BS_COURSES_RUN.ORACLE_UPDATED = 'No';
    end;
    

    3 - Make sure you have a branch of page that refers to the same page and is also conditional on the button that is clicked

    Andy

  • Counter field in the database table

    Am just thinking about how to solve a small problem that is new for me in PHP, but I hope not complex.

    Basically, I have a database of holiday resorts, and my client would like to keep track of how many people click through to own the stations of our website website.

    So I thought that if I have a ClickCounter field, which is initially set to 0, is there a way to have a link that, when clicked on, would be to increment the ClickCounter field by 1.

    If someone could help me get started with this, that would be much appreciated.

    Thank you.

    Change this:

    mysql_select_db($database_databaseConnection, $databaseConnection);
    $query_rsLodgeURL = "SELECT LodgeURL FROM lodges WHERE LodgeID = '$the_resort'";
    $rsLodgeURL = mysql_query($query_rsLodgeURL, $connSafari) or die(mysql_error());
    $row_rsLodgeURL = mysql_fetch_assoc($rsLodgeURL);
    $totalRows_rsLodgeURL = mysql_num_rows($rsLodgeURL);
    

    To do this:

    mysql_select_db($database_databaseConnection, $databaseConnection);
    $query_rsLodgeURL = sprintf("SELECT LodgeURL FROM lodges WHERE LodgeID = %s",
    GetSQLValueString($the_resort, "int"));
    $rsLodgeURL = mysql_query($query_rsLodgeURL, $connSafari) or die(mysql_error());
    $row_rsLodgeURL = mysql_fetch_assoc($rsLodgeURL);
    

    echo $reLodgeURL ["LodgeURL"]; should output the URL whole lodge as http://www.singita.com or http://www.behobeho.com etc. based on the URL LodgeID = 2 or 7 or other parameter.

    Can change this:

    if ($_GET['LodgeID'] == "1") {
    header ("Location: http://www.elsaskopje.com");
    }
    if ($_GET['LodgeID'] == "2") {
    header ("Location: http://www.behobeho.com");
    }
    if ($_GET['LodgeID'] == "7") {
    header ("Location: http://www.singita.com");
    }
    

    To do this:

    if ($row_rsLodgeURL['LodgeURL'] != "") {
    header("Location: $row_rsLodgeURL['LodgeURL']");
    } else {
    header ("Location: http://www.google.com");
    }
    

    See you soon!

  • How to record the values of the fields in the database.

    Hello

    I customized the standard n page create 3 elements of message text.
    But how to save items in a standard table.

    CABN we do only that extends controller?

    Is it necessary to extend the standard VO, AM.


    Your help, you will enjoy

    Hello

    There is no need to extend the AM... Your Standard AM would also commit() its operation... Which can server your purpose... If so, you can use OADBTransaction.commit in CO himself...

    Ajay

  • Horizontal scrolling text change number field on the 6.0 devices

    Greetings,

    I'm trying to create a horizontal scrolling editable text field.  The general approach is to add an EditField to a HorizontalFieldManager who has the style bit HORIZONTAL_SCROLL.  It works very well on all devices up to 5.0.  However, I'm a problem on 6.0 devices.

    When the user tries to scroll right well that focused on this field, the text moves to the left and turns off visible region of the horizontal field manager.  This can also be reproduced when you tap the (torch device) and continue dragging to the left until it will disappear from the screen.

    Now, I understand that this happens because the edit field itself has a width of ~ infinite because its container Manager has scrolling enabled, but is not an acceptable user experience.

    I tried to limit the width for the edit field to the width of the text, but which caused exception argument not in conformity.  I tried a RichTextField with style hack USE_TEXT_WIDTH bit by directing the keyDown to setText field entries but have other problems.

    My remaining solution is to restrict the limit of characters for the width of the Manager, the text on the new line that I saw almost all others apply or write my own implementation of scroll.  The only exception is the address bar of the BlackBerry native browser application that seems to be a custom implementation.

    Reference:

    http://supportforums.BlackBerry.com/T5/Java-development/sample-code-scrollable-one-line-text-input-f...

    Any thoughts would be appreciated,

    Thank you.

    Thank you, setScrollingInertial (false) was actually what I was looking for.

    I was not able to implement your approach correctly but I was able to complete another work autour, I had before with the help of setScrollingInertial (false).

    Instead, I used a scrolling listener to limit scrolling based on the length of the text (new scrolling when limits are reached).  Without setScrollingInertial (false), the scrollChanged reminder would have been called multiple times all by animating the inertia.

    Unfortunately, I won't be able to apply this hotfix, because my generation must take over the 4.7 and setScrollingInertial is 5.0 + (customer doesn't want additional constructions).  However, this will be useful for future projects.

  • Values entered into a textarea unwritten in the database table

    I have a very strange situation.  I have a form that has a certain number of fields, all fields of text standard apex.

    I have a button that calls a dynamic action that writes the values of these fields in their columns in the table.  No problem with this.

    I just added a textarea field defined with a maximum length of 300 characters, which maps to a new column in the database table that is defined as VARCHAR2 (300).

    I modified the PL/SQL to include the value of this new field in the database table writing.  When I run the dynamic action, everything else in the form is updated, but the text in the text not added to the table box.

    In session data, the data on the page are correct. The Session State of the textarea field is also correct.

    This isn't just a text box, it's ANY textarea I put on this page.  If I take a text field and transformed into a textarea field, the same thing happens.  If I take the new textarea field and transformed into a text field, the data gets written to the database table.

    Can someone explain this?  I can get by with only text fields, but it would be much better if I could have a field where mentions that he could properly wrap to the next line.

    Thank you!

    John

    John,

    edit your Textarea field and change in the Source Section as

    Source: always, replacing any value existing in State of Session

    Source type: column database

    and in

    Source value or Express: (write the name of the column in the data to be store)

    do not change this things your textarea data records in the database Table...

Maybe you are looking for

  • Unable to connect to the VPN server

    Hello I'm on Sierra, iOS macOS 10 and Mac OS Server 5.2 (on a Mac mini).  (All dated September 21, 2016) Because PPTP is no longer supported, I am trying to create L2TP.  Unfortunately, when I try to connect to the server, I get the error "the VPN se

  • Satellite P750-02 t - 1080 p on a HDMI monitor

    Hello I just bought a Satellite P750/02 t a few weeks previously. Buy a monitor HP 2310e yesterday and using the port HDMI is plugged. I can't get the monitor to work in 1920 x 1080, the screen displays the desktop with 1 cm all around are cropped. C

  • What is the cover/housing or the coating of the ThinkPad T540p?

    Hi all I wonder where is the cover/box of the Thinkpad t540p? Is there any coating? I can't find this information on the Web site. I ask this question because I have a chemical sensitivity Multiple and plastic gives me problems. Thanks in advance!

  • Receive text Messages twice

    If it just started today, and I thought it was just something weird with my friend android phone. He texted me and then whenever I got it, I got double messages that arrive about a second, independently of the other. But then, later, the same thing w

  • 581TG M5 Acer does not start

    My Acer won't start. I've been on youtube yesterday and then it turns off, but he was charging fully charged. I tried pressing the button of power to start, but all he showed was light dependent. When I removed the charger once it was fully charged,